summaryrefslogtreecommitdiffstats
path: root/tdehtml
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-19 22:55:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-19 22:56:21 +0900
commitdf2eb7afd1783a8750b8034890ff7a9e6abb7388 (patch)
tree7d8f360841f6830f0265b94f37a876c7ec0576f9 /tdehtml
parent083dbd6407c433a7ff2b4880836d919a84b2cea9 (diff)
downloadtdelibs-df2eb7afd1783a8750b8034890ff7a9e6abb7388.tar.gz
tdelibs-df2eb7afd1783a8750b8034890ff7a9e6abb7388.zip
Fixed some uncrustify's code formatting offending files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 491e1c72c7e2a19b58772fd285284e974d489501)
Diffstat (limited to 'tdehtml')
-rw-r--r--tdehtml/css/parser.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tdehtml/css/parser.cpp b/tdehtml/css/parser.cpp
index 6fa18f17c..f664f43cd 100644
--- a/tdehtml/css/parser.cpp
+++ b/tdehtml/css/parser.cpp
@@ -996,13 +996,17 @@ while (0)
# define YYDPRINTF(Args) \
do { \
if (yydebug) \
+ { \
YYFPRINTF Args; \
+ } \
} while (0)
# define YYDSYMPRINT(Args) \
do { \
if (yydebug) \
+ { \
yysymprint Args; \
+ } \
} while (0)
# define YYDSYMPRINTF(Title, Token, Value, Location) \