* cp-tree.h (CP_AGGREGATE_TYPE_P): Fix whitespace.
From-SVN: r271543
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.
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