]> git.notmuchmail.org Git - notmuch/blobdiff - compat/have_timegm.c
Merge tag '0.29.2'
[notmuch] / compat / have_timegm.c
index 483fc3b6685dd3df772382a888edfd7dde3401d5..8f7b380e767b6caf97d64963aa48f5be66d82a1b 100644 (file)
@@ -1,6 +1,7 @@
 #include <time.h>
 
-int main()
+int
+main ()
 {
-    return (int) timegm((struct tm *)0);
+    return (int) timegm ((struct tm *) 0);
 }