Rui Ueyama via llvm-commits <llvm-commits at lists.llvm.org> writes: > +static const std::string Indent1 = " "; // 8 spaces > +static const std::string Indent2 = " "; // 16 spaces Nit: How about renaming them Indent8 and Indent16? Cheers, Rafael