about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--mdate.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mdate.c b/mdate.c
index fa2253d..fb95d7c 100644
--- a/mdate.c
+++ b/mdate.c
@@ -2,7 +2,8 @@
 #include <unistd.h>
 
 int
-main() {
+main()
+{
 	char buf[64];
 	time_t now = time(0);