Clean-up: remove extra space in comment
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 7 Aug 2015 19:08:14 +0000 (15:08 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 7 Aug 2015 19:11:58 +0000 (15:11 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng/commands/list.c

index cc776dd427dcc5e30bce41d430f26c1a6ac77fcd..15f8a728d9e61f88d44e3030f73290f5bc35ca5b 100644 (file)
@@ -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;
This page took 0.030256 seconds and 5 git commands to generate.