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

Committed to trunk as obvious.

commit 2890db66c132b0d79c90c0b54e3f8f9f668b031b
Author: Jonathan Wakely <jwak...@redhat.com>
Date:   Thu May 23 09:50:12 2019 +0100

    Add whitespace between operator and operand
    
            * cp-tree.h (CP_AGGREGATE_TYPE_P): Fix whitespace.

diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h
index 7ad3c6b436d..fb5470dd8c2 100644
--- a/gcc/cp/cp-tree.h
+++ b/gcc/cp/cp-tree.h
@@ -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

Reply via email to