]> diplodocus.org Git - nmh/commitdiff
Fixed indentation to prevent warning from gcc 6 -Wmisleading-indentation.
authorDavid Levine <levinedl@acm.org>
Sun, 26 Jun 2016 01:17:05 +0000 (21:17 -0400)
committerDavid Levine <david.levine@gonift.com>
Sun, 26 Jun 2016 01:34:55 +0000 (21:34 -0400)
(cherry picked from commit a814c930041c1e238f1826b1ac9c46b67e4cfb70)

sbr/addrsbr.c

index 0196b2176d91f43bddf319feb4ad4a90600be9a2..555822e741f8a98baacfbeee0b56380e30d20cc8 100644 (file)
@@ -413,7 +413,8 @@ local_test: ;
     for (mp = &mq; mp->m_next;) {
        mp = mp->m_next;
        if (!np->m_mbox)
     for (mp = &mq; mp->m_next;) {
        mp = mp->m_next;
        if (!np->m_mbox)
-           continue; if ((len = strlen (cp = np->m_mbox))
+           continue;
+        if ((len = strlen (cp = np->m_mbox))
                < (i = strlen (pp = mp->m_mbox)))
            continue;
        switch (mp->m_type & W_MBOX) {
                < (i = strlen (pp = mp->m_mbox)))
            continue;
        switch (mp->m_type & W_MBOX) {