From: Jason Merrill Date: Tue, 16 Jul 2019 07:34:58 +0000 (-0400) Subject: Remove trailing space. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=42b593d5e0e424e42eb22290acee7160fd2d690a;p=gcc.git Remove trailing space. From-SVN: r273506 --- diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index c46740a2d10..f91c50ead67 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;