From 52c0bba3b0933d42a3f805e5efe85b4672548f54 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Tue, 23 Jun 2020 18:34:42 +0200 Subject: Remove superfluous space gcc/ada/ChangeLog: * gcc-interface/utils2.c (build_binary_op): Remove space. --- gcc/ada/gcc-interface/utils2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') 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); -- cgit v1.1