diff options
| author | uncrustify <david@tethera.net> | 2019-06-13 07:33:13 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-06-14 07:41:27 -0300 |
| commit | 1a8916786f9464af6c8a05713a4c987a6b097a12 (patch) | |
| tree | 95bcd1b68ecd8557057790dc22c3ea8c8734ef2b /util/unicode-util.c | |
| parent | 33382c2b5ba2537952a60ea378feff36961e4713 (diff) | |
util: run uncrustify
This is the result of running
$ uncrustify --replace --config ../devel/uncrustify.cfg *.c *.h
in the util directory
Diffstat (limited to 'util/unicode-util.c')
| -rw-r--r-- | util/unicode-util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/unicode-util.c b/util/unicode-util.c index 312e900f..ccb787e2 100644 --- a/util/unicode-util.c +++ b/util/unicode-util.c @@ -1,8 +1,8 @@ #include "unicode-util.h" /* Based on Xapian::Unicode::is_wordchar, to avoid forcing clients to - link directly to libxapian. -*/ + * link directly to libxapian. + */ static bool unicode_is_wordchar (notmuch_unichar ch) |
