From: Eric Botcazou Date: Tue, 23 Jun 2020 16:34:42 +0000 (+0200) Subject: Remove superfluous space X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=855bb998c937d4b1c86a394daea8844fe87eb387;p=gcc.git Remove superfluous space gcc/ada/ChangeLog: * gcc-interface/utils2.c (build_binary_op): Remove space. --- diff --git a/gcc/ada/gcc-interface/utils2.c b/gcc/ada/gcc-interface/utils2.c index 364440b2c57..c8a2d7c31be 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);