diff options
author | Christian Hesse <mail@eworm.de> | 2016-05-28 23:44:42 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-05-28 23:44:42 +0200 |
commit | 19e29ad6f256d80bfdd7e4b824eada603a00e49a (patch) | |
tree | 358bafe91e4e895516a50c3aa319e88deaea7fe7 /bin/ykfde-cpio.c | |
parent | ca67c46edf1c0543ce58bd075c565e1cb9a5a926 (diff) | |
download | mkinitcpio-ykfde-19e29ad6f256d80bfdd7e4b824eada603a00e49a.tar.gz mkinitcpio-ykfde-19e29ad6f256d80bfdd7e4b824eada603a00e49a.tar.zst |
indent with tabs
Diffstat (limited to 'bin/ykfde-cpio.c')
-rw-r--r-- | bin/ykfde-cpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ykfde-cpio.c b/bin/ykfde-cpio.c index 371198e..c4a9d92 100644 --- a/bin/ykfde-cpio.c +++ b/bin/ykfde-cpio.c @@ -118,7 +118,7 @@ int main(int argc, char **argv) { goto out10; } - while (1) { + while (1) { path = strdup(CHALLENGEDIR + 1); if (strstr(path + pathlength, "/") == NULL) break; |