From 6b88534a5bf2fde529a8a87b0608c807a02b0683 Mon Sep 17 00:00:00 2001 From: Simon Lieb Date: Fri, 11 Feb 2022 12:05:55 +0100 Subject: [PATCH] Trailing whitespaces --- stt.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stt.c b/stt.c index 2356974..2d52346 100644 --- a/stt.c +++ b/stt.c @@ -1,6 +1,6 @@ #ifndef _DEFAULT_SOURCE #define _DEFAULT_SOURCE -#endif +#endif #include #include @@ -19,7 +19,7 @@ #define free_and_null(x) do { \ if (x) { free (x); x = NULL; } \ -} while (0); +} while (0); char *argv0; @@ -304,8 +304,8 @@ timesnode_print(struct timesnode * p, time_t aftertime) } } -void -timesnode_free (struct timesnode *p) +void +timesnode_free (struct timesnode *p) { if (p->left) { timesnode_free (p->left);