Searched refs:kMaxIndent (Results 1 – 1 of 1) sorted by relevance
286 static const int kMaxIndent = 64; in indentation() local287 static char bytes[kMaxIndent + 1]; in indentation()288 for (int i = 0; i < kMaxIndent; i++) bytes[i] = ' '; in indentation()289 bytes[kMaxIndent] = 0; in indentation()290 if (stack_.size() < kMaxIndent / 2) { in indentation()