Clean-up: remove extra space in comment
[lttng-tools.git] / 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.024745 seconds and 5 git commands to generate.