mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-25 10:28:56 +02:00
Merge branch 'mcatanzaro/misleading-indentation' into 'main'
testgdate: fix -Wmisleading-indentation warning See merge request GNOME/glib!2162
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user