Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ decrIndent
Method
decrIndent
libraries/XMLWriter/XMLWriter.h:110–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
// for manual layout control
109
void incrIndent() { _indent += _indentStep; };
110
void decrIndent() { _indent -= _indentStep; };
111
void indent();
112
void raw(const char * str) { print(str); };
113
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64