diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-19 22:55:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-19 22:55:58 +0900 |
commit | 491e1c72c7e2a19b58772fd285284e974d489501 (patch) | |
tree | 2d2658d0c98c0d1a55746a7f9a39fa2344a9874c /tdehtml/css/parser.cpp | |
parent | 5cb3ed2e545a03815cdd04ab8666b605a71c44b4 (diff) | |
download | tdelibs-491e1c72c7e2a19b58772fd285284e974d489501.tar.gz tdelibs-491e1c72c7e2a19b58772fd285284e974d489501.zip |
Fixed some uncrustify's code formatting offending files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdehtml/css/parser.cpp')
-rw-r--r-- | tdehtml/css/parser.cpp | 4 |
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) \ |