incIndent method

void incIndent()

Implementation

void incIndent() {
  _indent++;
  _currentLine.indent = _indent;
}