Say a user posts a question with a code block as follows:
function blah {
blah blah blah blah
blah blah blah blah
}
and I want to edit the post to fix the formatting to this:
function blah {
blah blah blah blah
blah blah blah blah
}
The edit is purely a whitespace edit, and since I'm only adding whitespace, will fail the validation of edits.
Is the inability to simply fix whitespace because I am as yet of insufficient rank, or is there some secret to fixing white space / formatting issues that I'm missing?