]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/cpphash.c
cpperror.c: Fix formatting.
[gcc.git] / gcc / cpphash.c
index a90ec9bda53a277c05f2e6cb3fcdd698caa6ee6b..98d51be0a4c0be6c26a6db02b9cf29dfcd2cb21e 100644 (file)
@@ -37,7 +37,7 @@ alloc_node (table)
      hash_table *table;
 {
   cpp_hashnode *node;
-  
+
   node = (cpp_hashnode *) obstack_alloc (&table->pfile->hash_ob,
                                         sizeof (cpp_hashnode));
   memset ((PTR) node, 0, sizeof (cpp_hashnode));
This page took 0.094001 seconds and 5 git commands to generate.