| 1899 | } |
| 1900 | |
| 1901 | void FormatVisitor::decContinuationIndent() { |
| 1902 | LOG_FUNCTION_BEGIN(); |
| 1903 | indent_ -= config_.get<int>("continuation_indent_width"); |
| 1904 | LOG_FUNCTION_END(); |
| 1905 | } |
| 1906 | |
| 1907 | void FormatVisitor::incIndentForAlign(int indent) { |
| 1908 | LOG_FUNCTION_BEGIN(); |
nothing calls this directly
no outgoing calls
no test coverage detected