mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
Merge branch 'mcatanzaro/misleading-indentation' into 'main'
testgdate: fix -Wmisleading-indentation warning See merge request GNOME/glib!2162
This commit is contained in:
commit
132d64db4d
@ -27,7 +27,9 @@ if (failed) \
|
||||
} \
|
||||
else \
|
||||
++passed; \
|
||||
if ((passed+notpassed) % 10000 == 0) g_print ("."); fflush (stdout); \
|
||||
if ((passed+notpassed) % 10000 == 0) \
|
||||
g_print ("."); \
|
||||
fflush (stdout); \
|
||||
} G_STMT_END
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user