| 1905 | } |
| 1906 | |
| 1907 | void FormatVisitor::incIndentForAlign(int indent) { |
| 1908 | LOG_FUNCTION_BEGIN(); |
| 1909 | indentForAlign_ += indent; |
| 1910 | LOG_FUNCTION_END(); |
| 1911 | } |
| 1912 | |
| 1913 | void FormatVisitor::decIndentForAlign(int indent) { |
| 1914 | LOG_FUNCTION_BEGIN(); |
nothing calls this directly
no outgoing calls
no test coverage detected