Remove some unused includes in C++ files
[babeltrace.git] / src / cpp-common / cfg-error-reporting-throw.hpp
index 55059c5a2b9ffdb341d8ee675498c5f5072f744f..6d39877cbdcc848f5be26bd15c9225214dcc2aa2 100644 (file)
@@ -33,9 +33,8 @@
 #define BT_APPEND_CAUSE_AND_RETHROW_EX(_log_cfg, _fmt, ...)                                        \
     do {                                                                                           \
         BT_APPEND_CAUSE_EX((_log_cfg), _fmt, ##__VA_ARGS__);                                       \
-        throw;
-}
-while (false)
+        throw;                                                                                     \
+    } while (false)
 
 #define BT_APPEND_CAUSE_AND_RETHROW(_fmt, ...)                                                     \
     BT_APPEND_CAUSE_AND_RETHROW_EX((BT_CLOG_CFG), _fmt, ##__VA_ARGS__)
This page took 0.022688 seconds and 4 git commands to generate.