mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-03 06:13:08 +02:00
tests: Reformat assert-msg-test.c to follow coding style
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
c86fde7e02
commit
a1bee97d4f
@ -1,7 +1,10 @@
|
|||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
int main(int argc, char **argv)
|
int
|
||||||
|
main (int argc,
|
||||||
|
char **argv)
|
||||||
{
|
{
|
||||||
g_assert(42 < 0);
|
|
||||||
|
g_assert (42 < 0);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user