]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
style(install): astyle post correction
authorHarald Hoyer <harald@redhat.com>
Mon, 15 Mar 2021 11:40:04 +0000 (12:40 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Mon, 15 Mar 2021 14:37:08 +0000 (15:37 +0100)
install/dracut-install.c

index 395bd582ca8416a1214960dbbf1017cf0634b53c..f1203070847c9a8367331dc9ef168f49967b0e2b 100644 (file)
@@ -336,13 +336,11 @@ normal_copy:
                 if (errno != EINTR) {
                         ret = -1;
                         if (geteuid() == 0 && no_xattr == false)
-                                log_error
-                                ("Failed: cp --reflink=auto --sparse=auto --preserve=mode,xattr,timestamps -fL %s %s",
-                                 src, dst);
+                                log_error("Failed: cp --reflink=auto --sparse=auto --preserve=mode,xattr,timestamps -fL %s %s",
+                                          src, dst);
                         else
-                                log_error
-                                ("Failed: cp --reflink=auto --sparse=auto --preserve=mode,timestamps -fL %s %s",
-                                 src, dst);
+                                log_error("Failed: cp --reflink=auto --sparse=auto --preserve=mode,timestamps -fL %s %s",
+                                          src, dst);
                         break;
                 }
         }