X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=compat%2Fhave_timegm.c;h=8f7b380e767b6caf97d64963aa48f5be66d82a1b;hb=6eaadb43adae2cca2f8023830d498ef3164f7fe9;hp=483fc3b6685dd3df772382a888edfd7dde3401d5;hpb=523d2b50fcaae90cbe09975c1f1bc652ff521ec6;p=notmuch diff --git a/compat/have_timegm.c b/compat/have_timegm.c index 483fc3b6..8f7b380e 100644 --- a/compat/have_timegm.c +++ b/compat/have_timegm.c @@ -1,6 +1,7 @@ #include -int main() +int +main () { - return (int) timegm((struct tm *)0); + return (int) timegm ((struct tm *) 0); }