diff options
| author | uncrustify <david@tethera.net> | 2021-03-13 08:45:34 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-03-13 08:45:34 -0400 |
| commit | 8aeba1228ace947c1b689ae6ae08db5d53755917 (patch) | |
| tree | cd8e503fff2ce312726088e9e3cce175bd59d2b9 /lib/features.cc | |
| parent | 97fadd0645e908ff8322577a983dc710bfda33d6 (diff) | |
lib: run uncrustify
This is the result of running
$ uncrustify --replace --config ../devel/uncrustify.cfg *.c *.h *.cc
in the lib directory
Diffstat (limited to 'lib/features.cc')
| -rw-r--r-- | lib/features.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/features.cc b/lib/features.cc index 8def2461..cf0196c8 100644 --- a/lib/features.cc +++ b/lib/features.cc @@ -64,7 +64,7 @@ _notmuch_database_print_features (const void *ctx, unsigned int features) */ _notmuch_features _notmuch_database_parse_features (const void *ctx, const char *features, unsigned int version, - char mode, char **incompat_out) + char mode, char **incompat_out) { _notmuch_features res = static_cast<_notmuch_features>(0); unsigned int namelen, i; |
