Home
last modified time | relevance | path

Searched refs:kMaxIndentation (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequestDumper.cpp14 static const int kMaxIndentation = 32; variable
136 if (indentation >= kMaxIndentation) in _Indentation()
138 return kIndentation + kMaxIndentation - indentation; in _Indentation()