From 5fdd2cb0f9fd5bb39a68db74607d69f6c0ea2aa3 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sat, 24 Jan 2026 15:40:31 +0100 Subject: [PATCH] bin: minor, coding style Reverse christmas tree. Signed-off-by: Joachim Wiberg --- src/bin/copy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/copy.c b/src/bin/copy.c index 2a561d41..150af2ca 100644 --- a/src/bin/copy.c +++ b/src/bin/copy.c @@ -579,8 +579,8 @@ static int resolve_dst(const char **dst, const struct infix_ds **ds, char **path static int copy(const char *src, const char *dst) { - char *srcpath = NULL, *dstpath = NULL; const struct infix_ds *srcds = NULL, *dstds = NULL; + char *srcpath = NULL, *dstpath = NULL; bool rmsrc = false; mode_t oldmask; int err = 1;