mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
bin: minor, coding style
Reverse christmas tree. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user