- adjustToUnmodifiedLine: The code does something only for non-PP-directives. This is now reflected by putting the if-check to the top. This also ensures that the assert() there is executed only if IndentForLevel is actually accessed.
- getIndent(): assert valid index into IndentForLevel.
- Added explanation regarding the intention of IndentForLevel.
This refactoring was split from https://reviews.llvm.org/D151047.
But both patches are independent of each other.
Early return.