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

Method setSpaceIndentation

other_src/astyle/src/ASBeautifier.cpp:431–435  ·  view source on GitHub ↗

* indent using a number of spaces per indentation. * * @param length number of spaces per indent. */

Source from the content-addressed store, hash-verified

429 * @param length number of spaces per indent.
430 */
431void ASBeautifier::setSpaceIndentation(int length)
432{
433 indentString = string(length, ' ');
434 indentLength = length;
435}
436
437/**
438 * set the maximum indentation between two lines in a multi-line statement.

Callers 1

parseOptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected