Clean-up: relayd index: change spaces to tabs
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 11 Aug 2020 16:22:19 +0000 (12:22 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 11 Aug 2020 16:23:15 +0000 (12:23 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I6a79fcdceebc0959bb66525daac288953e863bb3

src/bin/lttng-relayd/index.h

index ee71b3f93b08c1e45ffa4ca8ae0dc6aef64cdbbe..4364f12ffdb096179e6e736dd821388c4c4bb028 100644 (file)
@@ -59,7 +59,7 @@ int relay_index_set_file(struct relay_index *index,
                struct lttng_index_file *index_file,
                uint64_t data_offset);
 int relay_index_set_data(struct relay_index *index,
-                const struct ctf_packet_index *data);
+               const struct ctf_packet_index *data);
 int relay_index_try_flush(struct relay_index *index);
 
 void relay_index_close_all(struct relay_stream *stream);
This page took 0.026908 seconds and 5 git commands to generate.