From 8307d5d9be2d6ee58e6d43c9c633808537553de5 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 11 Sep 2021 14:27:48 -0700 Subject: blf: fix indentation. Fix indentation of a while() clause, so that it's indented less than the body of the while() loop. --- wiretap/blf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiretap') diff --git a/wiretap/blf.c b/wiretap/blf.c index 5727012b98..d5eaa53090 100644 --- a/wiretap/blf.c +++ b/wiretap/blf.c @@ -556,7 +556,7 @@ blf_read_bytes_or_eof(blf_params_t *params, guint64 real_pos, void *target_buffe break; case BLF_COMPRESSION_ZLIB: - while (current_container_index <= end_container_index) { + while (current_container_index <= end_container_index) { if (!blf_pull_logcontainer_into_memory(params, current_container_index)) { ws_debug("blf_read_bytes_or_eof: cannot pull in container"); return FALSE; -- cgit v1.2.3