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

Method setMaxInStatementIndentLength

other_src/astyle/src/ASBeautifier.cpp:442–445  ·  view source on GitHub ↗

* set the maximum indentation between two lines in a multi-line statement. * * @param max maximum indentation length. */

Source from the content-addressed store, hash-verified

440 * @param max maximum indentation length.
441 */
442void ASBeautifier::setMaxInStatementIndentLength(int max)
443{
444 maxInStatementIndent = max;
445}
446
447/**
448 * set the minimum conditional indentation option.

Callers 1

parseOptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected