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

Method setOperatorPaddingMode

astyle/src/ASFormatter.cpp:1637–1640  ·  view source on GitHub ↗

* set operator padding mode. * options: * true statement operators will be padded with spaces around them. * false statement operators will not be padded. * * @param state the padding mode. */

Source from the content-addressed store, hash-verified

1635 * @param state the padding mode.
1636 */
1637void ASFormatter::setOperatorPaddingMode(bool state)
1638{
1639 shouldPadOperators = state;
1640}
1641
1642/**
1643 * set parenthesis outside padding mode.

Callers 1

parseOptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected