aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.h
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2021-06-29 17:45:21 -0400
committerJason Merrill <jason@redhat.com>2022-10-13 17:18:20 -0400
commit537e08cfad04e79fb97d368e397cfc7e782865ec (patch)
tree1424b5a18e6c0d07cc1f3f5e403ebf3e5800cbe5 /gcc/cp/parser.h
parent99da523359e9333555585484eb3b8f854a98f1b4 (diff)
downloadgcc-537e08cfad04e79fb97d368e397cfc7e782865ec.zip
gcc-537e08cfad04e79fb97d368e397cfc7e782865ec.tar.gz
gcc-537e08cfad04e79fb97d368e397cfc7e782865ec.tar.bz2
c++: trivial formatting cleanups
Split out from the C++ contracts patch. gcc/cp/ChangeLog: * cp-tree.h: Fix whitespace. * parser.h: Fix whitespace. * decl.cc: Fix whitespace. * parser.cc: Fix whitespace. * pt.cc: Fix whitespace.
Diffstat (limited to 'gcc/cp/parser.h')
-rw-r--r--gcc/cp/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/parser.h b/gcc/cp/parser.h
index d688fd1..3e95bfc 100644
--- a/gcc/cp/parser.h
+++ b/gcc/cp/parser.h
@@ -391,7 +391,7 @@ struct GTY(()) cp_parser {
/* When parsing #pragma acc routine, this is a pointer to a helper data
structure. */
cp_oacc_routine_data * GTY((skip)) oacc_routine;
-
+
/* Nonzero if parsing a parameter list where 'auto' should trigger an implicit
template parameter. */
bool auto_is_implicit_function_template_parm_p;