public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Add whitespace between operator and operand
@ 2019-05-23  9:15 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2019-05-23  9:15 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 85 bytes --]

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

Committed to trunk as obvious.


[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 808 bytes --]

commit 2890db66c132b0d79c90c0b54e3f8f9f668b031b
Author: Jonathan Wakely <jwakely@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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-05-23  9:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-23  9:15 [PATCH] Add whitespace between operator and operand Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).