| 1887 | } |
| 1888 | |
| 1889 | void FormatVisitor::decIndent() { |
| 1890 | LOG_FUNCTION_BEGIN(); |
| 1891 | indent_ -= config_.get<int>("indent_width"); |
| 1892 | LOG_FUNCTION_END(); |
| 1893 | } |
| 1894 | |
| 1895 | void FormatVisitor::incContinuationIndent() { |
| 1896 | LOG_FUNCTION_BEGIN(); |
nothing calls this directly
no outgoing calls
no test coverage detected