Clean-up: consumer-stream: change space to tabs
[lttng-tools.git] / src / common / consumer / consumer-stream.c
index 1e4b9c92a8813746a3e988a18b7c49d6c22beb8c..1e3bfe7853f905addf8cee2efbefb3ccd6f9446f 100644 (file)
@@ -1150,16 +1150,16 @@ int consumer_stream_create_output_files(struct lttng_consumer_stream *stream,
                        goto end;
                }
                stream->out_fd = -1;
-        }
+       }
 
        DBG("Opening stream output file \"%s\"", stream_path);
        chunk_status = lttng_trace_chunk_open_file(stream->trace_chunk, stream_path,
                        flags, mode, &stream->out_fd, false);
-        if (chunk_status != LTTNG_TRACE_CHUNK_STATUS_OK) {
+       if (chunk_status != LTTNG_TRACE_CHUNK_STATUS_OK) {
                ERR("Failed to open stream file \"%s\"", stream->name);
                ret = -1;
                goto end;
-        }
+       }
 
        if (!stream->metadata_flag && (create_index || stream->index_file)) {
                if (stream->index_file) {
This page took 0.023575 seconds and 4 git commands to generate.