aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2016-05-03 23:25:24 +0200
committerGravatar Christian Hesse <mail@eworm.de>2016-05-03 23:25:24 +0200
commitf7e17bd7534fc9fc3948aca6b8e803c31c6d576a (patch)
tree1d59c6e6d56b15bacf1d30c90a690f21ae578189
parent8c5352f0175bf063056b54118cb93edb734d15a0 (diff)
downloadmkinitcpio-ykfde-f7e17bd7534fc9fc3948aca6b8e803c31c6d576a.tar.gz
mkinitcpio-ykfde-f7e17bd7534fc9fc3948aca6b8e803c31c6d576a.tar.zst
add empty line for indention
-rw-r--r--bin/ykfde-cpio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ykfde-cpio.c b/bin/ykfde-cpio.c
index 48a8278..30e66dd 100644
--- a/bin/ykfde-cpio.c
+++ b/bin/ykfde-cpio.c
@@ -99,6 +99,7 @@ int main(int argc, char **argv) {
if (version > 0 || help > 0)
return EXIT_SUCCESS;
+
if ((rc = fdarchive = mkstemp(cpiotmpfile)) < 0) {
perror("mkstemp() failed");
goto out10;