| 6249 | } |
| 6250 | |
| 6251 | void ASFormatter::clearFormattedLineSplitPoints() |
| 6252 | { |
| 6253 | maxSemi = 0; |
| 6254 | maxAndOr = 0; |
| 6255 | maxComma = 0; |
| 6256 | maxParen = 0; |
| 6257 | maxWhiteSpace = 0; |
| 6258 | maxSemiPending = 0; |
| 6259 | maxAndOrPending = 0; |
| 6260 | maxCommaPending = 0; |
| 6261 | maxParenPending = 0; |
| 6262 | maxWhiteSpacePending = 0; |
| 6263 | } |
| 6264 | |
| 6265 | /** |
| 6266 | * Check if a pointer symbol (->) follows on the currentLine. |
nothing calls this directly
no outgoing calls
no test coverage detected