]> git.cworth.org Git - notmuch/commit
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)
commitbe8f0ba92a302798b21cf02ef73c4ad783b66cba
tree11a5ce8338b35f9e4f489ac14cf64a9b5b5d2b83
parentbcfd3e7542b3a004caba16b723c6663c7fd4b015
CLI: replace some constructs with more uncrustify friendly ones

In particular
   - use (bool) instead of !!
   - cuddle the opening parens of function calls
   - add parens in some ternery operators
command-line-arguments.c
mime-node.c
notmuch-search.c
notmuch-show.c