diff options
author | Michele Calgaro <[email protected]> | 2020-12-19 22:55:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-12-19 22:56:21 +0900 |
commit | df2eb7afd1783a8750b8034890ff7a9e6abb7388 (patch) | |
tree | 7d8f360841f6830f0265b94f37a876c7ec0576f9 /tdeio | |
parent | 083dbd6407c433a7ff2b4880836d919a84b2cea9 (diff) | |
download | tdelibs-df2eb7afd1783a8750b8034890ff7a9e6abb7388.tar.gz tdelibs-df2eb7afd1783a8750b8034890ff7a9e6abb7388.zip |
Fixed some uncrustify's code formatting offending files.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 491e1c72c7e2a19b58772fd285284e974d489501)
Diffstat (limited to 'tdeio')
-rw-r--r-- | tdeio/tdeio/yacc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tdeio/tdeio/yacc.c b/tdeio/tdeio/yacc.c index a4f618769..b845d5cb8 100644 --- a/tdeio/tdeio/yacc.c +++ b/tdeio/tdeio/yacc.c @@ -579,7 +579,9 @@ while (0) # define YYDPRINTF(Args) \ do { \ if (yydebug) \ + { \ YYFPRINTF Args; \ + } \ } while (0) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ |