Re-format new C++ files
[babeltrace.git] / src / plugins / ctf / common / metadata / parser-wrap.hpp
index 6300b250cc1095efa69cc4fb58a692ae4b056f2e..d43d391da8b1a940a7fbf7ce9214ca0624d8c315 100644 (file)
 #include "logging/log.h"
 
 #if BT_LOG_ENABLED_TRACE
-# define YYDEBUG 1
-# define YYFPRINTF(_stream, _fmt, args...) BT_LOGT(_fmt, ## args)
+#    define YYDEBUG                           1
+#    define YYFPRINTF(_stream, _fmt, args...) BT_LOGT(_fmt, ##args)
 #else
-# define YYDEBUG 0
+#    define YYDEBUG 0
 #endif
 
 #define ALLOW_INCLUDE_PARSER_H
This page took 0.023534 seconds and 4 git commands to generate.