Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/zdtm/static/sigtrap.c')
-rw-r--r--test/zdtm/static/sigtrap.c8
1 files changed, 5 insertions, 3 deletions
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 <avagin@gmail.com>";
+const char *test_doc = "Check that a pending SIGTRAP handled correctly";
+const char *test_author = "Andrei Vagin <avagin@gmail.com>";
-static void sigh(int signo) {}
+static void sigh(int signo)
+{
+}
int main(int argc, char *argv[])
{