decIndent method

void decIndent()

Implementation

void decIndent() {
  _indent--;
  _currentLine.indent = _indent;
}