From cfe7b4e97a3d6a4a6986b8bfb02491c954c2a2e4 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sun, 3 May 2026 19:42:33 +0100 Subject: [PATCH] Whitespace correction in comment. --- src/pv/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pv/file.c b/src/pv/file.c index a5bf528..6451d44 100644 --- a/src/pv/file.c +++ b/src/pv/file.c @@ -357,7 +357,7 @@ off_t pv_calc_total_size(pvstate_t state) * If the input is not a pipe, and state->status.output_is_pipe is false, * and state->control.no_splice is false, also creates a pipe and populates * state->transfer.intermediate_pipe[] with its file descriptors, if a pipe - * had not already been created (i.e. that array contained [-1,-1]). + * had not already been created (i.e. that array contained [-1,-1]). */ int pv_next_file(pvstate_t state, unsigned int filenum, int oldfd) {