| 1893 | } |
| 1894 | |
| 1895 | void FormatVisitor::incContinuationIndent() { |
| 1896 | LOG_FUNCTION_BEGIN(); |
| 1897 | indent_ += config_.get<int>("continuation_indent_width"); |
| 1898 | LOG_FUNCTION_END(); |
| 1899 | } |
| 1900 | |
| 1901 | void FormatVisitor::decContinuationIndent() { |
| 1902 | LOG_FUNCTION_BEGIN(); |
nothing calls this directly
no outgoing calls
no test coverage detected