Skip to content

testgdate: fix -Wmisleading-indentation warning

Michael Catanzaro requested to merge mcatanzaro/misleading-indentation into main

No behavior changes. Just reindent the existing code to avoid a GCC warning spam.

I considered changing the code to not run fflush() on every iteration of the loop, but I doubt it matters much, so I left it be.

Merge request reports