| 1168 | } |
| 1169 | |
| 1170 | void StringParser::ResetIndentationAfterPop() noexcept |
| 1171 | { |
| 1172 | if (indentToSkipTo != NoIndentSkip) |
| 1173 | { |
| 1174 | indentToSkipTo = (gb.GetBlockIndent() > 0) ? gb.GetBlockIndent() : NoIndentSkip; |
| 1175 | } |
| 1176 | } |
| 1177 | |
| 1178 | // Flag this command as completed |
| 1179 | void StringParser::SetFinished() noexcept |