From: Jérémie Galarneau Date: Fri, 7 Aug 2015 19:08:14 +0000 (-0400) Subject: Clean-up: remove extra space in comment X-Git-Tag: v2.8.0-rc1~506 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=2e9aecb9cf55f98fc589edf7e522145617cb547a Clean-up: remove extra space in comment Signed-off-by: Jérémie Galarneau --- diff --git a/src/bin/lttng/commands/list.c b/src/bin/lttng/commands/list.c index cc776dd42..15f8a728d 100644 --- a/src/bin/lttng/commands/list.c +++ b/src/bin/lttng/commands/list.c @@ -349,7 +349,7 @@ static int mi_list_agent_ust_events(struct lttng_event *events, int count, for (i = 0; i < count; i++) { if (cur_pid != events[i].pid) { if (pid_element_open) { - /* Close the previous events and pid element */ + /* Close the previous events and pid element */ ret = mi_lttng_close_multi_element(writer, 2); if (ret) { goto end;