Whitespace change.

From-SVN: r68031
This commit is contained in:
Richard Kenner 2003-06-16 14:56:09 -04:00
parent 5ab481e097
commit 55448d1203

View file

@ -309,7 +309,7 @@ struct tree_common GTY(())
/* Special checks for TREE_OPERANDs. */
#define TREE_OPERAND_CHECK(T, I) __extension__ \
(*({const tree __t = EXPR_CHECK(T); \
(*({const tree __t = EXPR_CHECK (T); \
const int __i = (I); \
if (__i < 0 || __i >= TREE_CODE_LENGTH (TREE_CODE (__t))) \
tree_operand_check_failed (__i, TREE_CODE (__t), \