]> git.saurik.com Git - bison.git/blobdiff - src/symtab.c
style changes
[bison.git] / src / symtab.c
index 68c33c7aeab616eb2fa986c595cda75de28bdb40..b1b2e98f2ce70aad6e1da82c1e6c73c6e861c3ca 100644 (file)
@@ -396,7 +396,7 @@ symbol_check_defined (symbol *sym)
           complain_at (sym->location, complaint,
                        _("symbol %s is used, but is not defined as a token"
                          " and has no rules"),
-                    sym->tag);
+                       sym->tag);
           break;
         case declared:
           /* If declared, then sym->class != unknown_sym. */