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/sigtrap.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'test/zdtm/static/sigtrap.c') diff --git a/test/zdtm/static/sigtrap.c b/test/zdtm/static/sigtrap.c index 659213cf5..6bd30aad4 100644 --- a/test/zdtm/static/sigtrap.c +++ b/test/zdtm/static/sigtrap.c @@ -18,10 +18,12 @@ #include "zdtmtst.h" -const char *test_doc = "Check that a pending SIGTRAP handled correctly"; -const char *test_author = "Andrei Vagin "; +const char *test_doc = "Check that a pending SIGTRAP handled correctly"; +const char *test_author = "Andrei Vagin "; -static void sigh(int signo) {} +static void sigh(int signo) +{ +} int main(int argc, char *argv[]) { -- cgit v1.2.3