* expr.c (get_symbol_table_index): Add spaces in expression.
authorNathan Froyd <froydnj@codesourcery.com>
Fri, 28 May 2010 17:11:15 +0000 (17:11 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Fri, 28 May 2010 17:11:15 +0000 (17:11 +0000)
From-SVN: r159984

gcc/java/ChangeLog
gcc/java/expr.c

index 3654ae3..66b8340 100644 (file)
@@ -1,5 +1,9 @@
 2010-05-28  Nathan Froyd  <froydnj@codesourcery.com>
 
+       * expr.c (get_symbol_table_index): Add spaces in expression.
+
+2010-05-28  Nathan Froyd  <froydnj@codesourcery.com>
+
        * java-tree.h (method_entry): Declare.  Declare VECs containing it.
        (struct lang_type): Change type of otable_methods, atable_methods, and
        itable_methods to VECs.  Fix comment for atable_methods.
index 62598e7..0abcb0d 100644 (file)
@@ -2304,7 +2304,7 @@ get_symbol_table_index (tree t, tree special,
   e->special = special;
 
  done:
-  return i+1;
+  return i + 1;
 }
 
 tree