Commit 1a9c52d2 by Jonathan Wakely Committed by Jonathan Wakely

Add whitespace between operator and operand

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

From-SVN: r271543
parent b636effb
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment