]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: (mkfds) cosmetic change, deleting empty lines
authorMasatake YAMATO <yamato@redhat.com>
Fri, 23 Sep 2022 01:34:31 +0000 (10:34 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Fri, 23 Sep 2022 23:38:23 +0000 (08:38 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
tests/helpers/test_mkfds.c

index b68863366819a38755d23dfa932ed47c13d081b7..7906569064c0efec26b880f53e29eeeb063bc070 100644 (file)
@@ -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"));