tests: Reformat assert-msg-test.c to follow coding style

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2023-05-02 11:03:00 +01:00
parent c86fde7e02
commit a1bee97d4f

View File

@ -1,7 +1,10 @@
#include <glib.h>
int main(int argc, char **argv)
int
main (int argc,
char **argv)
{
g_assert (42 < 0);
return 0;
}