MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / indent

Function indent

src/OpenFOAM/db/IOstreams/Sstreams/OSstream.C:237–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235
236
237void Foam::OSstream::indent()
238{
239 for (unsigned short i = 0; i < indentLevel_*indentSize_; i++)
240 {
241 os_ << ' ';
242 }
243}
244
245
246void Foam::OSstream::flush()

Callers 1

Ostream.CFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected