Fix: comment syntax and indentation
[lttng-tools.git] / src / bin / lttng / commands / list.c
index 210c2f437708ef6a7e0ec3531762b6c6cd25ad48..f33e8d0e3d43ff85cd77eab67186f96bef120c26 100644 (file)
@@ -556,10 +556,8 @@ 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 fields element
-                                        * and the previous event
-                                        */
+
+                                       /* Close the previous field element and event. */
                                        ret = mi_lttng_close_multi_element(writer, 2);
                                        if (ret) {
                                                goto end;
This page took 0.024511 seconds and 5 git commands to generate.