Searched refs:indentationChars (Results 1 – 1 of 1) sorted by relevance
212 final char[] indentationChars = new char[length]; in getWhiteSpaces() local213 Arrays.fill(indentationChars, ' '); in getWhiteSpaces()214 return new String(indentationChars); in getWhiteSpaces()