From: Masatake YAMATO Date: Fri, 27 Sep 2024 16:23:21 +0000 (+0900) Subject: tests: (test_mkfds, cosmetic) add an empty line before the definition of struct sysvs... X-Git-Tag: v2.42-start~188^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b60b8ca0626c084f9356e8ca4c88e5e563951cca;p=thirdparty%2Futil-linux.git tests: (test_mkfds, cosmetic) add an empty line before the definition of struct sysvshm_data Signed-off-by: Masatake YAMATO --- diff --git a/tests/helpers/test_mkfds.c b/tests/helpers/test_mkfds.c index 35bbd2e39..5b009bb6f 100644 --- a/tests/helpers/test_mkfds.c +++ b/tests/helpers/test_mkfds.c @@ -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;