From: Masatake YAMATO Date: Fri, 23 Sep 2022 01:34:31 +0000 (+0900) Subject: tests: (mkfds) cosmetic change, deleting empty lines X-Git-Tag: v2.39-rc1~505^2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2cc1eace97a729acfd6ea4d13058426160cbdf9a;p=thirdparty%2Futil-linux.git tests: (mkfds) cosmetic change, deleting empty lines Signed-off-by: Masatake YAMATO --- diff --git a/tests/helpers/test_mkfds.c b/tests/helpers/test_mkfds.c index b688633668..7906569064 100644 --- a/tests/helpers/test_mkfds.c +++ b/tests/helpers/test_mkfds.c @@ -459,7 +459,6 @@ static void *open_directory(const struct factory *factory, struct fdesc fdescs[] } free_arg(&dentries); - fdescs[0] = (struct fdesc){ .fd = fdescs[0].fd, .close = close_dir, @@ -1099,7 +1098,6 @@ int main(int argc, char **argv) } } - if (optind == argc) errx(EXIT_FAILURE, _("no file descriptor specification given"));