Re-format C++ files
[babeltrace.git] / src / plugins / ctf / fs-sink / fs-sink.cpp
index d13f314294c75b5f1253213a7900332c836ee59b..e99f130d9b4ecf78b75ab53a82cdc88089d39646 100644 (file)
@@ -131,10 +131,9 @@ end:
     return;
 }
 
-bt_component_class_initialize_method_status
-ctf_fs_sink_init(bt_self_component_sink *self_comp_sink,
-                 bt_self_component_sink_configuration *, const bt_value *params,
-                 void *)
+bt_component_class_initialize_method_status ctf_fs_sink_init(bt_self_component_sink *self_comp_sink,
+                                                             bt_self_component_sink_configuration *,
+                                                             const bt_value *params, void *)
 {
     bt_component_class_initialize_method_status status;
     bt_self_component_add_port_status add_port_status;
This page took 0.02404 seconds and 4 git commands to generate.