Cleanup of code layout only
[mmh] / sbr / fmt_compile.c
index dd0b52a..1fc5f36 100644 (file)
@@ -289,7 +289,7 @@ compile_error(char *str, char *cp)
        }
 
        advise(NULL, "\"%s\": format compile error - %s",
-                  &usr_fstring[errpos-errctx], str);
+                       &usr_fstring[errpos-errctx], str);
        adios(NULL, "%*s", errctx+1, "^");
 }
 
@@ -409,9 +409,7 @@ do_spec(char *sp)
 {
        register char *cp = sp;
        register int c;
-#ifndef lint
        register int ljust = 0;
-#endif /* not lint */
        register int wid = 0;
        register char fill = ' ';