[lld] r326841 - Do not create temporary strings just to print out spaces. NFC.

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 6 18:25:13 PST 2018


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


More information about the llvm-commits mailing list