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/check_asctime.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/check_asctime.c')
| -rw-r--r-- | compat/check_asctime.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compat/check_asctime.c b/compat/check_asctime.c index b0e56f0c..62ad69d6 100644 --- a/compat/check_asctime.c +++ b/compat/check_asctime.c @@ -1,7 +1,8 @@ #include <time.h> #include <stdio.h> -int main() +int +main () { struct tm tm; |
