Searched refs:baseIndentation (Results 1 – 1 of 1) sorted by relevance
100 const string baseIndentation = string(numIndentationSpaces, ' '); in elemsStr() local101 const string deepIndentation = baseIndentation + string(4, ' '); in elemsStr()120 result += length > wrapLength ? "\n"+baseIndentation : " "; in elemsStr()