]> git.saurik.com Git - bison.git/blobdiff - src/uniqstr.c
global: remove unnecessary horizontal tabs.
[bison.git] / src / uniqstr.c
index dbe343f84aecc09881e5879dc6c54face4ea2426..1a8348a3432bf8b2714794e433416f74d454b070 100644 (file)
@@ -80,7 +80,7 @@ uniqstr_assert (char const *str)
   if (!hash_lookup (uniqstrs_table, str))
     {
       error (0, 0,
-            "not a uniqstr: %s", quotearg (str));
+             "not a uniqstr: %s", quotearg (str));
       abort ();
     }
 }
@@ -128,10 +128,10 @@ void
 uniqstrs_new (void)
 {
   uniqstrs_table = hash_initialize (HT_INITIAL_CAPACITY,
-                                   NULL,
-                                   hash_uniqstr,
-                                   hash_compare_uniqstr,
-                                   free);
+                                    NULL,
+                                    hash_uniqstr,
+                                    hash_compare_uniqstr,
+                                    free);
 }