summaryrefslogtreecommitdiff
path: root/lib/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/log.h')
-rw-r--r--lib/log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/log.h b/lib/log.h
index 711308a476..d872ce56d6 100644
--- a/lib/log.h
+++ b/lib/log.h
@@ -109,7 +109,7 @@ extern void zlog_signal(int signo, const char *action
,
siginfo_t *siginfo, void *program_counter
#endif
-);
+ );
/* Log a backtrace. */
extern void zlog_backtrace(int priority);
@@ -143,7 +143,7 @@ struct timestamp_control {
int precision; /* configuration parameter */
int already_rendered; /* should be initialized to 0 */
char buf[QUAGGA_TIMESTAMP_LEN]; /* will contain the rendered timestamp
- */
+ */
};
/* Defines for use in command construction: */