Remove superfluous space

gcc/ada/ChangeLog:
	* gcc-interface/utils2.c (build_binary_op): Remove space.
This commit is contained in:
Eric Botcazou 2020-06-23 18:34:42 +02:00
parent d63fbcf800
commit 855bb998c9

View file

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