Re-format C++ files
[babeltrace.git] / src / plugins / ctf / common / metadata / ast.hpp
index 037a1e6a0d9755bb66c0c37db1c7ecab2ebc2190..a7f363385a772390f87e2cddf492f77663b5f9a7 100644 (file)
@@ -415,14 +415,14 @@ error:
 }
 
 #ifndef BT_COMP_LOG_CUR_LVL
-#define BT_AST_LOG_LEVEL_UNUSED_ATTR __attribute__((unused))
+#    define BT_AST_LOG_LEVEL_UNUSED_ATTR __attribute__((unused))
 #else
-#define BT_AST_LOG_LEVEL_UNUSED_ATTR
+#    define BT_AST_LOG_LEVEL_UNUSED_ATTR
 #endif
 
 static inline int ctf_ast_get_unary_uuid(struct bt_list_head *head, bt_uuid_t uuid,
-        int log_level BT_AST_LOG_LEVEL_UNUSED_ATTR,
-        bt_self_component *self_comp BT_AST_LOG_LEVEL_UNUSED_ATTR)
+                                         int log_level BT_AST_LOG_LEVEL_UNUSED_ATTR,
+                                         bt_self_component *self_comp BT_AST_LOG_LEVEL_UNUSED_ATTR)
 {
     int i = 0;
     int ret = 0;
This page took 0.024527 seconds and 4 git commands to generate.