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

Method getEmptyLineFill

astyle/src/ASBeautifier.cpp:765–768  ·  view source on GitHub ↗

* get 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. * * @return state of emptyLineFill option. */

Source from the content-addressed store, hash-verified

763 * @return state of emptyLineFill option.
764 */
765bool ASBeautifier::getEmptyLineFill(void) const
766{
767 return emptyLineFill;
768}
769
770/**
771 * get the state of the preprocessor indentation option.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected