Fix indentation.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Oct 1993 20:43:16 +0000 (20:43 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Oct 1993 20:43:16 +0000 (20:43 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5934 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/arm/arm.h

index 63077c4..77e4968 100644 (file)
@@ -921,11 +921,11 @@ enum reg_class
 {                                                                      \
   if (TREE_CONSTANT (decl)                                             \
       && (!flag_writable_strings || TREE_CODE (decl) != STRING_CST))   \
-    {                                                                   \
-      rtx rtl = (TREE_CODE_CLASS (TREE_CODE (decl)) != 'd'              \
-                   ? TREE_CST_RTL (decl) : DECL_RTL (decl));            \
-      SYMBOL_REF_FLAG (XEXP (rtl, 0)) = 1;                              \
-    }                                                                   \
+    {                                                                  \
+      rtx rtl = (TREE_CODE_CLASS (TREE_CODE (decl)) != 'd'             \
+                 ? TREE_CST_RTL (decl) : DECL_RTL (decl));             \
+      SYMBOL_REF_FLAG (XEXP (rtl, 0)) = 1;                             \
+    }                                                                  \
 }
 
 /* The macros REG_OK_FOR..._P assume that the arg is a REG rtx