Add whitespace between operator and operand

* cp-tree.h (CP_AGGREGATE_TYPE_P): Fix whitespace.

From-SVN: r271543
This commit is contained in:
Jonathan Wakely 2019-05-23 10:15:42 +01:00 committed by Jonathan Wakely
parent b636effb6c
commit 1a9c52d284
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2019-05-23 Jonathan Wakely <jwakely@redhat.com>
* cp-tree.h (CP_AGGREGATE_TYPE_P): Fix whitespace.
* init.c (std_placement_new_fn_p): Remove outdated TODO comment that
was resolved by r254694.

View File

@ -4166,7 +4166,7 @@ more_aggr_init_expr_args_p (const aggr_init_expr_arg_iterator *iter)
checks in ascending code order. */
#define CP_AGGREGATE_TYPE_P(TYPE) \
(TREE_CODE (TYPE) == VECTOR_TYPE \
||TREE_CODE (TYPE) == ARRAY_TYPE \
|| TREE_CODE (TYPE) == ARRAY_TYPE \
|| (CLASS_TYPE_P (TYPE) && !CLASSTYPE_NON_AGGREGATE (TYPE)))
/* Nonzero for a class type means that the class type has a