Skip to content

Commit 2ec7fa1

Browse files
committed
style(install): astyle post correction
1 parent b7b8eed commit 2ec7fa1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

install/dracut-install.c

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -336,13 +336,11 @@ static int cp(const char *src, const char *dst)
336336
if (errno != EINTR) {
337337
ret = -1;
338338
if (geteuid() == 0 && no_xattr == false)
339-
log_error
340-
("Failed: cp --reflink=auto --sparse=auto --preserve=mode,xattr,timestamps -fL %s %s",
341-
src, dst);
339+
log_error("Failed: cp --reflink=auto --sparse=auto --preserve=mode,xattr,timestamps -fL %s %s",
340+
src, dst);
342341
else
343-
log_error
344-
("Failed: cp --reflink=auto --sparse=auto --preserve=mode,timestamps -fL %s %s",
345-
src, dst);
342+
log_error("Failed: cp --reflink=auto --sparse=auto --preserve=mode,timestamps -fL %s %s",
343+
src, dst);
346344
break;
347345
}
348346
}

0 commit comments

Comments
 (0)