Clean-up: consumer: change space to tabs
[lttng-tools.git] / src / common / consumer / consumer.c
index 2cd385545ab357faa7faeead6c770db877dc8e97..23853e5c29378c80144cfb1bda98cd2fe83305e7 100644 (file)
@@ -4706,9 +4706,9 @@ enum lttcomm_return_code lttng_consumer_create_trace_chunk(
                } else {
                        relayd_id_str = "(formatting error)";
                }
-        }
+       }
 
-        /* Local protocol error. */
+       /* Local protocol error. */
        assert(chunk_creation_timestamp);
        ret = time_to_iso8601_str(chunk_creation_timestamp,
                        creation_timestamp_buffer,
@@ -5017,7 +5017,7 @@ enum lttcomm_return_code lttng_consumer_trace_chunk_exists(
                } else {
                        relayd_id_str = "(formatting error)";
                }
-        }
+       }
 
        DBG("Consumer trace chunk exists command: relayd_id = %s"
                        ", chunk_id = %" PRIu64, relayd_id_str,
This page took 0.023836 seconds and 5 git commands to generate.