diff options
author | Richard Stallman <rms@gnu.org> | 1993-10-29 20:43:16 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-10-29 20:43:16 +0000 |
commit | 228b6a3fb4f1714f22db06aa0996855cfbce9c84 (patch) | |
tree | 8b474ccfb5b3f83048005bf32e7162999e8f5f01 /gcc | |
parent | 00503c25a772189c8cb294455ffe1f10ef23c0c0 (diff) | |
download | gcc-228b6a3fb4f1714f22db06aa0996855cfbce9c84.zip gcc-228b6a3fb4f1714f22db06aa0996855cfbce9c84.tar.gz gcc-228b6a3fb4f1714f22db06aa0996855cfbce9c84.tar.bz2 |
Fix indentation.
From-SVN: r5934
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/arm/arm.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 63077c4..77e4968 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -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 |