]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: (test_mkfds, cosmetic) add an empty line before the definition of struct sysvs...
authorMasatake YAMATO <yamato@redhat.com>
Fri, 27 Sep 2024 16:23:21 +0000 (01:23 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Fri, 27 Sep 2024 16:23:21 +0000 (01:23 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
tests/helpers/test_mkfds.c

index 35bbd2e39c52018199880cbd6c8641b7911e7c96..5b009bb6f4c23e2bf36ed1ffa09685e38f4e6939 100644 (file)
@@ -2609,6 +2609,7 @@ static void *make_mqueue(const struct factory *factory, struct fdesc fdescs[],
 
        return mqueue_data;
 }
+
 struct sysvshm_data {
        void *addr;
        int id;