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.9.0-rc1~189 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=e223f308e0f0899d4c6d129922cad25d3b718efc;hp=d113fbc8270a4c2089c6e1aa1f5f5c5bb3f4c9dd 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) {