From: Michael Tremer Date: Wed, 1 Nov 2023 10:02:47 +0000 (+0000) Subject: xfer: Remove excess whitespace X-Git-Tag: 0.9.30~1359 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6061177e8721aa6063bc4998a4badecb362ae558;p=pakfire.git xfer: Remove excess whitespace Signed-off-by: Michael Tremer --- diff --git a/src/libpakfire/xfer.c b/src/libpakfire/xfer.c index 47aa3d2f3..1f8e3045c 100644 --- a/src/libpakfire/xfer.c +++ b/src/libpakfire/xfer.c @@ -922,7 +922,6 @@ static int pakfire_xfer_update(void* data, return pakfire_progress_update(xfer->progress, xfer->xferred); } - static int pakfire_xfer_prepare_progress(struct pakfire_xfer* xfer, struct pakfire_progress* parent, int flags) { const char* title = NULL; @@ -972,7 +971,6 @@ static int pakfire_xfer_prepare_progress(struct pakfire_xfer* xfer, return 0; } - static int pakfire_xfer_prepare_tmpfile(struct pakfire_xfer* xfer) { char path[PATH_MAX] = PAKFIRE_TMP_DIR "/pakfire-download.XXXXXX"; FILE* f = NULL;