* get the char used for indentation, space or tab * * @return the char used for indentation. */
| 679 | * @return the char used for indentation. |
| 680 | */ |
| 681 | string ASBeautifier::getIndentString(void) const |
| 682 | { |
| 683 | return indentString; |
| 684 | } |
| 685 | |
| 686 | /** |
| 687 | * get mode manually set flag |
nothing calls this directly
no outgoing calls
no test coverage detected