Earlier quoted context omitted.
This is exactly why I roll my eyes when devs passionately argue in favor of "consistent code style" and spend hours of their lives manually linting their code. What's the point? It will be gone next year.
Manual linting is silly, but having a linter installed really saves a lot of pain. Git diffs should not include unrelated linting changes.
[1] http://clang.llvm.org/docs/ClangFormat.html#script-for-patch...