MCPcopy Create free account
hub / github.com/Koihik/LuaFormatter / incIndentForAlign

Method incIndentForAlign

src/FormatVisitor.cpp:1907–1911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1905}
1906
1907void FormatVisitor::incIndentForAlign(int indent) {
1908 LOG_FUNCTION_BEGIN();
1909 indentForAlign_ += indent;
1910 LOG_FUNCTION_END();
1911}
1912
1913void FormatVisitor::decIndentForAlign(int indent) {
1914 LOG_FUNCTION_BEGIN();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected