Merge branch 'mcatanzaro/misleading-indentation' into 'main'

testgdate: fix -Wmisleading-indentation warning

See merge request GNOME/glib!2162
This commit is contained in:
Philip Withnall 2021-06-16 21:29:56 +00:00
commit 132d64db4d

View File

@ -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