[gcc(refs/users/guojiufu/heads/personal-branch)] Remove superfluous space

Jiu Fu Guo guojiufu@gcc.gnu.org
Mon Aug 10 06:19:54 GMT 2020


https://gcc.gnu.org/g:855bb998c937d4b1c86a394daea8844fe87eb387

commit 855bb998c937d4b1c86a394daea8844fe87eb387
Author: Eric Botcazou <ebotcazou@gcc.gnu.org>
Date:   Tue Jun 23 18:34:42 2020 +0200

    Remove superfluous space
    
    gcc/ada/ChangeLog:
            * gcc-interface/utils2.c (build_binary_op): Remove space.

Diff:
---
 gcc/ada/gcc-interface/utils2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);


More information about the Gcc-cvs mailing list