summaryrefslogtreecommitdiffstats
path: root/gcc/ada/gcc-interface/utils.c
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2012-11-28 10:58:11 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2012-11-28 10:58:11 +0000
commit4df502f92f0545d0a007d9a9573b2eb4e6b21b4d (patch)
tree82d4c0c8aa2d089e1aa9886ea2e73d7ca71d98df /gcc/ada/gcc-interface/utils.c
parent97658fc97709841bfbdbb9acb2c38a0535b7ba1f (diff)
downloadppe42-gcc-4df502f92f0545d0a007d9a9573b2eb4e6b21b4d.tar.gz
ppe42-gcc-4df502f92f0545d0a007d9a9573b2eb4e6b21b4d.zip
Fix date and trailing space in previous commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193887 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/gcc-interface/utils.c')
-rw-r--r--gcc/ada/gcc-interface/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/gcc-interface/utils.c b/gcc/ada/gcc-interface/utils.c
index 716ea9e3270..2d448d1ddb9 100644
--- a/gcc/ada/gcc-interface/utils.c
+++ b/gcc/ada/gcc-interface/utils.c
@@ -3026,7 +3026,7 @@ max_size (tree exp, bool max_p)
case tcc_unary:
if (code == NON_LVALUE_EXPR)
return max_size (TREE_OPERAND (exp, 0), max_p);
-
+
return fold_build1 (code, type,
max_size (TREE_OPERAND (exp, 0),
code == NEGATE_EXPR ? !max_p : max_p));
OpenPOWER on IntegriCloud