From: Carl Worth Date: Tue, 31 May 2011 23:18:45 +0000 (-0700) Subject: Reduce some excessive indentation. X-Git-Tag: debian/0.6_254~81 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=2d1356e8dbfbf0361233b38e4fac030b86c4e03e;hp=2d1356e8dbfbf0361233b38e4fac030b86c4e03e Reduce some excessive indentation. I prefer checking a condition and returning early rather than making large blocks of code within a function conditional. ---