aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2019-07-16 03:34:58 -0400
committerJason Merrill <jason@gcc.gnu.org>2019-07-16 03:34:58 -0400
commit42b593d5e0e424e42eb22290acee7160fd2d690a (patch)
treecd44aafb98d6fae6114755a928aa471381e5c093 /gcc
parentb4ad799f45b60a06ee92ea9ba01000f09d33c909 (diff)
downloadgcc-42b593d5e0e424e42eb22290acee7160fd2d690a.zip
gcc-42b593d5e0e424e42eb22290acee7160fd2d690a.tar.gz
gcc-42b593d5e0e424e42eb22290acee7160fd2d690a.tar.bz2
Remove trailing space.
From-SVN: r273506
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c
index c46740a..f91c50e 100644
--- a/gcc/cp/parser.c
+++ b/gcc/cp/parser.c
@@ -9679,7 +9679,7 @@ cp_parser_question_colon_clause (cp_parser* parser, cp_expr logical_or_expr)
if (cp_parser_allow_gnu_extensions_p (parser)
&& token->type == CPP_COLON)
{
- pedwarn (token->location, OPT_Wpedantic,
+ pedwarn (token->location, OPT_Wpedantic,
"ISO C++ does not allow %<?:%> with omitted middle operand");
/* Implicit true clause. */
expr = NULL_TREE;