]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
log/pcap: fix some indentation and white spaces
authorEric Leblond <eric@regit.org>
Sat, 6 Feb 2021 21:35:38 +0000 (22:35 +0100)
committerVictor Julien <vjulien@oisf.net>
Thu, 26 May 2022 10:45:15 +0000 (12:45 +0200)
src/log-pcap.c

index cf930d3e99121fb8f104278bbc35674e28c8d1f9..ffe685da440ba79038ff8f0ac3c5c401bd1494d3 100644 (file)
@@ -293,7 +293,7 @@ static int PcapLogCloseFile(ThreadVars *t, PcapLogData *pl)
         if (comp->format == PCAP_LOG_COMPRESSION_FORMAT_LZ4) {
             /* pcap_dump_close did not write any data because we call
              * pcap_dump_flush() after every write when writing
-            * compressed output. */
+             * compressed output. */
             uint64_t bytes_written = LZ4F_compressEnd(comp->lz4f_context,
                     comp->buffer, comp->buffer_size, NULL);
             if (LZ4F_isError(bytes_written)) {