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

Method setParensHeaderPaddingMode

astyle/src/ASFormatter.cpp:1689–1692  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1687 * @param state the padding mode.
1688 */
1689void ASFormatter::setParensHeaderPaddingMode(bool state)
1690{
1691 shouldPadHeader = state;
1692}
1693
1694/**
1695 * set parenthesis unpadding mode.

Callers 1

parseOptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected