From: Jérémie Galarneau Date: Tue, 11 Aug 2020 16:22:19 +0000 (-0400) Subject: Clean-up: relayd index: change spaces to tabs X-Git-Tag: v2.13.0-rc1~513 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=3a5328d20432d9782b24ddeaaa093ac6219d6e29 Clean-up: relayd index: change spaces to tabs Signed-off-by: Jérémie Galarneau Change-Id: I6a79fcdceebc0959bb66525daac288953e863bb3 --- diff --git a/src/bin/lttng-relayd/index.h b/src/bin/lttng-relayd/index.h index ee71b3f93..4364f12ff 100644 --- a/src/bin/lttng-relayd/index.h +++ b/src/bin/lttng-relayd/index.h @@ -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);