| 1881 | } |
| 1882 | |
| 1883 | void FormatVisitor::incIndent() { |
| 1884 | LOG_FUNCTION_BEGIN(); |
| 1885 | indent_ += config_.get<int>("indent_width"); |
| 1886 | LOG_FUNCTION_END(); |
| 1887 | } |
| 1888 | |
| 1889 | void FormatVisitor::decIndent() { |
| 1890 | LOG_FUNCTION_BEGIN(); |
nothing calls this directly
no outgoing calls
no test coverage detected