Skip to content

tests: Fix a -Wmisleading-indentation warning in testgdate

Philip Withnall requested to merge pwithnall/glib:misleading-indentation into main

This doesn’t change the behaviour of the code, just its indentation.

Caught with -Wmisleading-indentation with GCC 11.1.1.

Signed-off-by: Philip Withnall pwithnall@endlessos.org

Merge request reports