addIndent method

void addIndent()

Implementation

void addIndent() {
  indent += 2;
}