summaryrefslogtreecommitdiff
path: root/tests/datefudge-check.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/datefudge-check.c')
-rw-r--r--tests/datefudge-check.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/datefudge-check.c b/tests/datefudge-check.c
index f2d896d622..366b8b0625 100644
--- a/tests/datefudge-check.c
+++ b/tests/datefudge-check.c
@@ -20,15 +20,14 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+# include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
-int
-main (void)
+int main(void)
{
char outstr[200];
time_t t;