Cleanup: flt.lttng-utils.debug-info: indentation fixes
[babeltrace.git] / src / plugins / lttng-utils / debug-info / utils.c
index 0042e8aab7af7cbb9d118b1185b462ee4840bced..6b7b4c7ab18f4e22298737d501d93d3832010753 100644 (file)
@@ -54,7 +54,7 @@ bool is_event_common_ctx_dbg_info_compatible(const bt_field_class *in_field_clas
         * context. Do not try to add it.
         */
        member = bt_field_class_structure_borrow_member_by_name_const(
-                       in_field_class, debug_info_field_class_name);
+               in_field_class, debug_info_field_class_name);
        if (member) {
                goto end;
        }
@@ -64,7 +64,7 @@ bool is_event_common_ctx_dbg_info_compatible(const bt_field_class *in_field_clas
         * class.
         */
        member = bt_field_class_structure_borrow_member_by_name_const(
-                       in_field_class, IP_FIELD_NAME);
+               in_field_class, IP_FIELD_NAME);
        if (!member) {
                goto end;
        }
@@ -77,7 +77,7 @@ bool is_event_common_ctx_dbg_info_compatible(const bt_field_class *in_field_clas
        }
 
        member = bt_field_class_structure_borrow_member_by_name_const(
-                       in_field_class, VPID_FIELD_NAME);
+               in_field_class, VPID_FIELD_NAME);
        if (!member) {
                goto end;
        }
This page took 0.030904 seconds and 4 git commands to generate.