]> granicus.if.org Git - graphviz/commitdiff
Janitor: another [-Wmisleading-indentation] - this one harmless
authorJohn Ellson <ellson@research.att.com>
Thu, 25 Feb 2016 17:28:39 +0000 (12:28 -0500)
committerJohn Ellson <ellson@research.att.com>
Thu, 25 Feb 2016 17:28:39 +0000 (12:28 -0500)
lib/common/input.c

index 9d2b2538feca2a3547921d61f15933a80812fe79..aaa19c9ad3c71c19e0e7525a5a68d62780decd07 100644 (file)
@@ -140,7 +140,8 @@ static char* dotneato_basename (char* path)
        if (dotp && !strcasecmp(dotp+1,"exe")) *dotp = '\0';
     }
 #endif
-    while (*s) s++; s--;
+    while (*s) s++;
+    s--;
     /* skip over trailing slashes, nulling out as we go */
     while ((s > path) && ((*s == '/') || (*s == '\\')))
        *s-- = '\0';