* class.c (build_utf8_ref): Fix code formatting from previous commit.
authorDavid Daney <ddaney@caviumnetworks.com>
Fri, 6 Aug 2010 04:11:29 +0000 (04:11 +0000)
committerDavid Daney <daney@gcc.gnu.org>
Fri, 6 Aug 2010 04:11:29 +0000 (04:11 +0000)
From-SVN: r162931

gcc/java/ChangeLog
gcc/java/class.c

index 2959b084518a37132957d2dd58a9cc9c7b9e8db1..07674fb385f6af792ffc86a032ba469a47405678 100644 (file)
@@ -1,3 +1,7 @@
+2010-08-05  David Daney  <ddaney@caviumnetworks.com>
+
+       * class.c (build_utf8_ref): Fix code formatting from previous commit.
+
 2010-08-05  David Daney  <ddaney@caviumnetworks.com>
 
        * class.c (build_utf8_ref): Make decl DECL_USER_ALIGN.
index 81e527a96576fd741098bffbc281c4327821d779..6ce8b85662ea9fbd4fa3fb63aa8bffc3c47de12c 100644 (file)
@@ -983,7 +983,7 @@ build_utf8_ref (tree name)
   TREE_READONLY (decl) = 1;
   TREE_THIS_VOLATILE (decl) = 0;
   DECL_INITIAL (decl) = cinit;
-  DECL_USER_ALIGN(decl) = 1;
+  DECL_USER_ALIGN (decl) = 1;
 
   if (HAVE_GAS_SHF_MERGE)
     {