Coding Standard; to or not to "== false"?

As I was speed-reading through the recent commits, this definitely stood out: == false.

The rest of JUCE seems to use the not-operator with a space (I guess to prefer an English-read approach?).

Regardless of whichever way is preferred, mind adding it to the coding standard?

Well spotted. This should be a not-operator. It's good that people are out there watching.