* get the length of the tab indentation option. * * @return length of tab indent option. */
| 785 | * @return length of tab indent option. |
| 786 | */ |
| 787 | int ASBeautifier::getTabLength(void) const |
| 788 | { |
| 789 | return tabLength; |
| 790 | } |
| 791 | |
| 792 | /** |
| 793 | * beautify a line of source code. |
nothing calls this directly
no outgoing calls
no test coverage detected