summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qdatetimeparser_p.h
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@theqtcompany.com>2016-01-29 16:57:31 +0100
committerEdward Welbourne <edward.welbourne@theqtcompany.com>2016-02-02 16:28:24 +0000
commit2564de7b1e71b4a5d0a9d918d4647e17df00392e (patch)
tree8cbfe2bd56c10435983b10341d7de99f35847a5a /src/corelib/tools/qdatetimeparser_p.h
parent3d64f898d10bb407868d4eb1bb7dd4bfb9c63c7b (diff)
Deconfuse some heavy use of the preprocessor.
One #if...#endif started in one function's body and ended in another's, which is worth remarking on in comments at both ends. A later #if...#else... opened blocks in both halves, that were closed just after their #endif, leading to simplistic brace-matching failure; so move that closing brace to inside both halves, so each half is brace-balanced and the function, as a whole, brace-balances simply. Commented on each #endif that was distant from its #if. Change-Id: I74d97b6dc4b291ec05053d299077a61cecf41ca1 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'src/corelib/tools/qdatetimeparser_p.h')
0 files changed, 0 insertions, 0 deletions