Add missing space in various string literals
authorJakub Jelinek <jakub@redhat.com>
Mon, 7 Mar 2022 14:16:56 +0000 (15:16 +0100)
committerJakub Jelinek <jakub@redhat.com>
Mon, 7 Mar 2022 14:16:56 +0000 (15:16 +0100)
commit02b7dd7f8233eb83f660cc021857be36cab2b846
tree8c096d030d425230f2689851cba35a8e3c5805c5
parent027e30414492d50feb2854aff38227b14300dc4b
Add missing space in various string literals

After more than 2 years I've run my
https://gcc.gnu.org/ml/gcc-patches/2017-02/msg00844.html
script again.  While it has lots of false positives, it discovered
two bugs.

2022-03-07  Jakub Jelinek  <jakub@redhat.com>

gcc/c/
* c-parser.cc (c_parser_omp_clause_map): Add missing space in string
literal.
gcc/cp/
* parser.cc (cp_parser_omp_clause_map): Add missing space in string
literal.
gcc/c/c-parser.cc
gcc/cp/parser.cc