Re-format new C++ files
[babeltrace.git] / src / plugins / ctf / common / metadata / ctf-meta-visitors.hpp
index ab227517ec72d565b24e353a9e873a29b0442aed..a5d27dbddf7c541adea04541ba7fdefe3b5130ec 100644 (file)
@@ -16,16 +16,15 @@ struct meta_log_config;
 
 BT_HIDDEN
 int ctf_trace_class_resolve_field_classes(struct ctf_trace_class *tc,
-               struct meta_log_config *log_cfg);
+                                          struct meta_log_config *log_cfg);
 
 BT_HIDDEN
-int ctf_trace_class_translate(bt_self_component *self_comp,
-               bt_trace_class *ir_tc, struct ctf_trace_class *tc);
+int ctf_trace_class_translate(bt_self_component *self_comp, bt_trace_class *ir_tc,
+                              struct ctf_trace_class *tc);
 
 BT_HIDDEN
-int ctf_trace_class_update_default_clock_classes(
-               struct ctf_trace_class *ctf_tc,
-               struct meta_log_config *log_cfg);
+int ctf_trace_class_update_default_clock_classes(struct ctf_trace_class *ctf_tc,
+                                                 struct meta_log_config *log_cfg);
 
 BT_HIDDEN
 int ctf_trace_class_update_in_ir(struct ctf_trace_class *ctf_tc);
@@ -46,12 +45,10 @@ BT_HIDDEN
 int ctf_trace_class_update_stream_class_config(struct ctf_trace_class *ctf_tc);
 
 BT_HIDDEN
-int ctf_trace_class_validate(struct ctf_trace_class *ctf_tc,
-               struct meta_log_config *log_cfg);
+int ctf_trace_class_validate(struct ctf_trace_class *ctf_tc, struct meta_log_config *log_cfg);
 
 BT_HIDDEN
-void ctf_trace_class_warn_meaningless_header_fields(
-               struct ctf_trace_class *ctf_tc,
-               struct meta_log_config *log_cfg);
+void ctf_trace_class_warn_meaningless_header_fields(struct ctf_trace_class *ctf_tc,
+                                                    struct meta_log_config *log_cfg);
 
 #endif /* _CTF_META_VISITORS_H */
This page took 0.024076 seconds and 4 git commands to generate.