]> git.notmuchmail.org Git - notmuch/commit
Reduce some excessive indentation.
authorCarl Worth <cworth@cworth.org>
Tue, 31 May 2011 23:18:45 +0000 (16:18 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 31 May 2011 23:18:45 +0000 (16:18 -0700)
commit2d1356e8dbfbf0361233b38e4fac030b86c4e03e
tree810d1a8b8346714035275c402527b49e7ccace94
parentf744b050b16d2a8c7223e06f7e071914ae05645e
Reduce some excessive indentation.

I prefer checking a condition and returning early rather than making
large blocks of code within a function conditional.
notmuch-show.c