From: Jérémie Galarneau Date: Wed, 18 May 2016 18:47:32 +0000 (-0400) Subject: Clean-up: remove unnecessary blank line X-Git-Tag: v2.8.0~39 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=3e3aa6b20df3f7bb9c77313ad92cf89af33db3cd;p=lttng-tools.git Clean-up: remove unnecessary blank line Signed-off-by: Jérémie Galarneau --- diff --git a/src/bin/lttng/commands/list.c b/src/bin/lttng/commands/list.c index 418fccf7c..dcf450662 100644 --- a/src/bin/lttng/commands/list.c +++ b/src/bin/lttng/commands/list.c @@ -645,7 +645,6 @@ static int mi_list_ust_event_fields(struct lttng_event_field *fields, int count, if (cur_pid != fields[i].event.pid) { if (pid_element_open) { if (event_element_open) { - /* Close the previous field element and event. */ ret = mi_lttng_close_multi_element(writer, 2); if (ret) {