diff options
author | Marc Mutz <marc.mutz@kdab.com> | 2011-12-29 16:19:58 +0100 |
---|---|---|
committer | hjk <qthjk@ovi.com> | 2012-06-19 12:47:27 +0200 |
commit | 7eaaab6e73c005d74ad3d4de53ca04bf1cb517c0 (patch) | |
tree | 3ad71e4f8a565119f85f9e1d457b7c70c06a67cb /src/libs/cplusplus/pp-engine.cpp | |
parent | 7853297f77a664db324f6d93c29a75339a614c19 (diff) | |
download | qt-creator-7eaaab6e73c005d74ad3d4de53ca04bf1cb517c0.tar.gz |
Add spaces between macros and string literals
Commit fa66a540 fixed string literal and macro concatenation
some time ago, but while it changed "literal1"M1"literal2" to
"literal1" M1 "literal2" it didn't touch M"literal". This patch
changes this to M "literal" for consistency.
This patch is the remnant of a cherry-pick of a C++11 compilation
fix equivalent to fa66a540 from KDAB's branch of QtC 2.4.0.
Change-Id: I87644e888a7e74b18d4b1ca10786cdc3fa798453
Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/libs/cplusplus/pp-engine.cpp')
0 files changed, 0 insertions, 0 deletions