MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / setNamespaceIndent

Method setNamespaceIndent

other_src/astyle/src/ASBeautifier.cpp:534–537  ·  view source on GitHub ↗

* set the state of the namespace indentation option. * If true, blocks of 'namespace' statements will be indented one * additional indent. Otherwise, NO indentation will be added. * * @param state state of option. */

Source from the content-addressed store, hash-verified

532 * @param state state of option.
533 */
534void ASBeautifier::setNamespaceIndent(bool state)
535{
536 namespaceIndent = state;
537}
538
539/**
540 * set the state of the label indentation option.

Callers 1

parseOptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected