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:
authorAdrian Reber <areber@redhat.com>2021-07-19 10:28:38 +0300
committerAndrei Vagin <avagin@gmail.com>2021-09-03 20:31:00 +0300
commit93dd984ca0ee0e31a5650f64328222e748152bcb (patch)
tree024483c121704ec8d106c9bf596441b51e51a67c /test/zdtm/static/sigtrap.c
parent1e26f170caa8b2c26f5d09a78ffe9fdea70d38d0 (diff)
Run 'make indent' on all C files
Acked-by: Mike Rapoport <rppt@linux.ibm.com> Signed-off-by: Adrian Reber <areber@redhat.com>
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[])
{