From 228b6a3fb4f1714f22db06aa0996855cfbce9c84 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Fri, 29 Oct 1993 20:43:16 +0000 Subject: [PATCH] Fix indentation. From-SVN: r5934 --- gcc/config/arm/arm.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 63077c49d6a..77e49680882 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 -- 2.30.2