fix: move read event from iterator to event.h
[babeltrace.git] / formats / bt-dummy / bt-dummy.c
index e251ee7b80c22df13d9f89f6b8e6cc423997aa4d..e0a10c90d61c0767a390e7c94c4f045ca0db1278 100644 (file)
@@ -32,8 +32,7 @@
 #include <stdlib.h>
 
 static
-int bt_dummy_write_event(struct stream_pos *ppos,
-                        struct ctf_stream *stream)
+int bt_dummy_write_event(struct stream_pos *ppos, struct ctf_stream *stream)
 {
        return 0;
 }
This page took 0.023065 seconds and 4 git commands to generate.