| 56 | //----------------------------------------------------------------------------- |
| 57 | |
| 58 | void OutputFormatHelper::CloseScope(const NoNewLineBefore newLineBefore) |
| 59 | { |
| 60 | if(NoNewLineBefore::No == newLineBefore) { |
| 61 | NewLine(); |
| 62 | } |
| 63 | |
| 64 | RemoveIndent(); |
| 65 | |
| 66 | Append('}'); |
| 67 | |
| 68 | DecreaseIndent(); |
| 69 | } |
| 70 | //----------------------------------------------------------------------------- |
| 71 | |
| 72 | void OutputFormatHelper::RemoveIndent() |
no outgoing calls
no test coverage detected