From 626fce0712bf952c35e1d8a17207c219888a3f02 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Sat, 6 Feb 2021 22:35:38 +0100 Subject: [PATCH] log/pcap: fix some indentation and white spaces --- src/log-pcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/log-pcap.c b/src/log-pcap.c index cf930d3e99..ffe685da44 100644 --- a/src/log-pcap.c +++ b/src/log-pcap.c @@ -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)) { -- 2.47.2