From: Ralph Corderoy Date: Thu, 20 Oct 2016 22:27:08 +0000 (+0100) Subject: Don't `else' after return. Simplify control flow. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/3c16db0eba861da6bd649a1fecdf9845114a632e?hp=21d1fd096d82870eb175efbf3ee44498e47ede58 Don't `else' after return. Simplify control flow. --- diff --git a/uip/mhmisc.c b/uip/mhmisc.c index 2d6ec569..fddf284d 100644 --- a/uip/mhmisc.c +++ b/uip/mhmisc.c @@ -122,8 +122,7 @@ is_inline(CT ct) if (! ct->c_dispo_type || strcasecmp(ct->c_dispo_type, "inline") == 0) return 1; - else - return 0; + return 0; } int