diff options
| author | uncrustify <david@tethera.net> | 2019-06-13 07:34:25 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-06-14 07:41:27 -0300 |
| commit | 8099050c7191525c63b03e8b175620d2a2c1a9a3 (patch) | |
| tree | 70021d7697b1f7c4770d92045f2ee45f6432c901 /compat/have_timegm.c | |
| parent | 1a8916786f9464af6c8a05713a4c987a6b097a12 (diff) | |
compat: run uncrustify
This is the result of running
$ uncrustify --replace --config ../devel/uncrustify.cfg *.c *.h
in the compat directory
Diffstat (limited to 'compat/have_timegm.c')
| -rw-r--r-- | compat/have_timegm.c | 5 |
1 files changed, 3 insertions, 2 deletions
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 <time.h> -int main() +int +main () { - return (int) timegm((struct tm *)0); + return (int) timegm ((struct tm *) 0); } |
