diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2019-06-25 13:55:45 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-06-29 21:18:15 +0200 |
| commit | bdc87f0d3ec41dd4744a89d1d19b2186d0647a56 (patch) | |
| tree | 06a7bd96d79e9a4417cb1434cf138f2dbde78534 /test/make-db-version.cc | |
| parent | 1959a95d2538daa2a802b74699ecb2b42d997a2d (diff) | |
test: run uncrustify
This is the result of running:
$ uncrustify --replace --config ../devel/uncrustify.cfg *.cc *.c *.h
in the test directory.
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'test/make-db-version.cc')
| -rw-r--r-- | test/make-db-version.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/make-db-version.cc b/test/make-db-version.cc index fa80cac9..78feaf72 100644 --- a/test/make-db-version.cc +++ b/test/make-db-version.cc @@ -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]); |
