From 93dd984ca0ee0e31a5650f64328222e748152bcb Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Mon, 19 Jul 2021 07:28:38 +0000 Subject: Run 'make indent' on all C files Acked-by: Mike Rapoport Signed-off-by: Adrian Reber --- test/zdtm/static/memfd02.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'test/zdtm/static/memfd02.c') diff --git a/test/zdtm/static/memfd02.c b/test/zdtm/static/memfd02.c index 1843e9c9a..12e294921 100644 --- a/test/zdtm/static/memfd02.c +++ b/test/zdtm/static/memfd02.c @@ -13,10 +13,14 @@ #include "zdtmtst.h" -const char *test_doc = "memfd mmap"; -const char *test_author = "Nicolas Viennot "; - -#define err(exitcode, msg, ...) ({ pr_perror(msg, ##__VA_ARGS__); exit(exitcode); }) +const char *test_doc = "memfd mmap"; +const char *test_author = "Nicolas Viennot "; + +#define err(exitcode, msg, ...) \ + ({ \ + pr_perror(msg, ##__VA_ARGS__); \ + exit(exitcode); \ + }) static int _memfd_create(const char *name, unsigned int flags) { -- cgit v1.2.3