| 98 | NeedSpace = (label != NULL); |
| 99 | } |
| 100 | void Close() |
| 101 | { |
| 102 | assert(NestDepth != 0); |
| 103 | Str << ')'; |
| 104 | Column++; |
| 105 | NestDepth--; |
| 106 | NeedSpace = true; |
| 107 | } |
| 108 | void Break() |
| 109 | { |
| 110 | // Don't break if not needed. |
no outgoing calls
no test coverage detected