GNOME Bugzilla – Bug 796385
test_paths: Reindent to avoid tripping -Wmisleading-indentation
Last modified: 2018-05-30 09:15:38 UTC
This was introduced by b9b642de06e714584e89aa7b8d878a98599538ed
Created attachment 372383 [details] [review] test_paths: Reindent to avoid tripping -Wmisleading-indentation This fixes: glib/tests/testglib.c: In function ‘test_paths’: glib/tests/testglib.c:955:3: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation] if (g_test_verbose ()) ^~ glib/tests/testglib.c:958:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ { ^
Looks like this bug was created right during our gitlab migration last week. Can you open a MR with your patch over at https://gitlab.gnome.org/GNOME/glib/merge_requests ? Or file an issue? Thanks!
Thanks Iain! I’ve attached your patch as an MR here: https://gitlab.gnome.org/GNOME/glib/merge_requests/42 Let’s close this bug and track progress on the MR instead.