aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2020-06-23 18:34:42 +0200
committerEric Botcazou <ebotcazou@gcc.gnu.org>2020-06-23 18:35:49 +0200
commit855bb998c937d4b1c86a394daea8844fe87eb387 (patch)
tree39f8f1f058fc9823e700a5c3d03c1eb541e26a4e /gcc/ada/gcc-interface
parentd63fbcf80081d6fc6b746667fcacc8eb6e34f306 (diff)
downloadgcc-855bb998c937d4b1c86a394daea8844fe87eb387.zip
gcc-855bb998c937d4b1c86a394daea8844fe87eb387.tar.gz
gcc-855bb998c937d4b1c86a394daea8844fe87eb387.tar.bz2
Remove superfluous space
gcc/ada/ChangeLog: * gcc-interface/utils2.c (build_binary_op): Remove space.
Diffstat (limited to 'gcc/ada/gcc-interface')
-rw-r--r--gcc/ada/gcc-interface/utils2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/gcc-interface/utils2.c b/gcc/ada/gcc-interface/utils2.c
index 364440b..c8a2d7c 100644
--- a/gcc/ada/gcc-interface/utils2.c
+++ b/gcc/ada/gcc-interface/utils2.c
@@ -972,7 +972,7 @@ build_binary_op (enum tree_code op_code, tree result_type,
&& (((TREE_CODE (restype)
== TREE_CODE (operand_type (result))
&& TYPE_MODE (restype)
- == TYPE_MODE (operand_type (result))))
+ == TYPE_MODE (operand_type (result))))
|| TYPE_ALIGN_OK (restype))))
result = TREE_OPERAND (result, 0);