MCPcopy Create free account
hub / github.com/dirkvranckaert/AndroidDecompiler / getTabLength

Method getTabLength

astyle/src/ASBeautifier.cpp:787–790  ·  view source on GitHub ↗

* get the length of the tab indentation option. * * @return length of tab indent option. */

Source from the content-addressed store, hash-verified

785 * @return length of tab indent option.
786 */
787int ASBeautifier::getTabLength(void) const
788{
789 return tabLength;
790}
791
792/**
793 * beautify a line of source code.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected