Add whitespace between operator and operand
authorJonathan Wakely <jwakely@redhat.com>
Thu, 23 May 2019 09:15:42 +0000 (10:15 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 23 May 2019 09:15:42 +0000 (10:15 +0100)
* cp-tree.h (CP_AGGREGATE_TYPE_P): Fix whitespace.

From-SVN: r271543

gcc/cp/ChangeLog
gcc/cp/cp-tree.h

index 30b9bf596844c39d2d1bb0923862128b881f8b59..8dacb224a8c3bf732920c14feaad0d4637da4484 100644 (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.
 
index 7ad3c6b436d8ed14ec78db562b22990100028959..fb5470dd8c2cbad60c934b2895461bef280362d8 100644 (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