| 129 | } |
| 130 | |
| 131 | void cmConfigureLog::NextArrayElement() |
| 132 | { |
| 133 | assert(this->Indent); |
| 134 | --this->Indent; |
| 135 | this->BeginLine() << '-'; |
| 136 | this->EndLine(); |
| 137 | ++this->Indent; |
| 138 | } |
| 139 | |
| 140 | void cmConfigureLog::EndArray() |
| 141 | { |
no test coverage detected