]> git.notmuchmail.org Git - notmuch/blobdiff - test/make-db-version.cc
test: run uncrustify
[notmuch] / test / make-db-version.cc
index fa80cac9d321993154e29bd5ea52ae8d43aa5809..78feaf7269fdf3c9c492e8ae15070260bd91a6e5 100644 (file)
@@ -8,7 +8,8 @@
 
 #include <xapian.h>
 
-int main(int argc, char **argv)
+int
+main (int argc, char **argv)
 {
     if (argc != 4) {
        fprintf (stderr, "Usage: %s mailpath version features\n", argv[0]);