]> git.notmuchmail.org Git - notmuch/blobdiff - compat/check_getpwuid.c
compat: run uncrustify
[notmuch] / compat / check_getpwuid.c
index c435eb89df035c48c6b33474fe1180d87d2b1710..babeb742cabc6baa5d6367de48ef372da1fcc9bd 100644 (file)
@@ -1,7 +1,8 @@
 #include <stdio.h>
 #include <pwd.h>
 
-int main()
+int
+main ()
 {
     struct passwd passwd, *ignored;