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

Method setEmptyLineFill

astyle/src/ASBeautifier.cpp:648–651  ·  view source on GitHub ↗

* set the state of the empty line fill option. * If true, empty lines will be filled with the whitespace. * of their previous lines. * If false, these lines will remain empty. * * @param state state of option. */

Source from the content-addressed store, hash-verified

646 * @param state state of option.
647 */
648void ASBeautifier::setEmptyLineFill(bool state)
649{
650 emptyLineFill = state;
651}
652
653void ASBeautifier::setAlignMethodColon(bool state)
654{

Callers 1

parseOptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected