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/random-corpus.c | |
| 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/random-corpus.c')
| -rw-r--r-- | test/random-corpus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/random-corpus.c b/test/random-corpus.c index 9272afda..8ed7ff76 100644 --- a/test/random-corpus.c +++ b/test/random-corpus.c @@ -116,7 +116,7 @@ random_utf8_string (void *ctx, size_t char_count) /* stubs since we cannot link with notmuch.o */ const notmuch_opt_desc_t notmuch_shared_options[] = { - { } + { } }; const char *notmuch_requested_db_uuid = NULL; |
