From a1bee97d4f093db01dee834bf3292eabd5b13d17 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 2 May 2023 11:03:00 +0100 Subject: tests: Reformat assert-msg-test.c to follow coding style Signed-off-by: Philip Withnall --- glib/tests/assert-msg-test.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/glib/tests/assert-msg-test.c b/glib/tests/assert-msg-test.c index 75591c853..87e75b794 100644 --- a/glib/tests/assert-msg-test.c +++ b/glib/tests/assert-msg-test.c @@ -1,7 +1,10 @@ #include -int main(int argc, char **argv) +int +main (int argc, + char **argv) { - g_assert(42 < 0); - return 0; + + g_assert (42 < 0); + return 0; } -- cgit v1.2.1