diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2022-01-14 11:56:25 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2022-01-14 13:33:57 +0100 |
| commit | 54929fd38a352bd8096383a7aa65cc89e0c8ab0c (patch) | |
| tree | 3e3329dcf5951b154f01259c339cf2e91627cfe2 /lib/thread.c | |
| parent | f59e6882267bf9a5cd04dbf54f45b07c53021890 (diff) | |
*: use semicolon after printfrr_ext_autoreg_{p,d}
Mostly to make clang-format not format these to peak ugly.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/thread.c')
| -rw-r--r-- | lib/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/thread.c b/lib/thread.c index baa987a829..77e34f48f3 100644 --- a/lib/thread.c +++ b/lib/thread.c @@ -2099,7 +2099,7 @@ static ssize_t printfrr_thread_dbg(struct fbuf *buf, struct printfrr_eargs *ea, return rv; } -printfrr_ext_autoreg_p("TH", printfrr_thread) +printfrr_ext_autoreg_p("TH", printfrr_thread); static ssize_t printfrr_thread(struct fbuf *buf, struct printfrr_eargs *ea, const void *ptr) { |
