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

Method setBreakBlocksMode

astyle/src/ASFormatter.cpp:1867–1870  ·  view source on GitHub ↗

* set option to break unrelated blocks of code with empty lines. * * @param state true = convert, false = don't convert. */

Source from the content-addressed store, hash-verified

1865 * @param state true = convert, false = don't convert.
1866 */
1867void ASFormatter::setBreakBlocksMode(bool state)
1868{
1869 shouldBreakBlocks = state;
1870}
1871
1872/**
1873 * set option to break closing header blocks of code (such as 'else', 'catch', ...) with empty lines.

Callers 1

parseOptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected