Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Koihik/LuaFormatter
/ decIndentForAlign
Method
decIndentForAlign
src/FormatVisitor.cpp:1913–1917 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1911
}
1912
1913
void FormatVisitor::decIndentForAlign(int indent) {
1914
LOG_FUNCTION_BEGIN();
1915
indentForAlign_ -= indent;
1916
LOG_FUNCTION_END();
1917
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected