MCPcopy Create free account
hub / github.com/dirkvranckaert/AndroidDecompiler / clearFormattedLineSplitPoints

Method clearFormattedLineSplitPoints

astyle/src/ASFormatter.cpp:6251–6263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6249}
6250
6251void 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected