]> git.notmuchmail.org Git - notmuch/commitdiff
CLI: replace some constructs with more uncrustify friendly ones
authorDavid Bremner <david@tethera.net>
Wed, 12 Jun 2019 22:47:20 +0000 (19:47 -0300)
committerDavid Bremner <david@tethera.net>
Fri, 14 Jun 2019 10:41:27 +0000 (07:41 -0300)
In particular
   - use (bool) instead of !!
   - cuddle the opening parens of function calls
   - add parens in some ternery operators


No differences found