mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-16 17:57:57 -05:00
Reformat code with clang format
This commit is contained in:
@ -4,9 +4,8 @@
|
||||
|
||||
AbstractTextDumper::AbstractTextDumper(std::ostream& stream)
|
||||
: m_stream(stream),
|
||||
m_indent(0u)
|
||||
m_indent(0u)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void AbstractTextDumper::Indent() const
|
||||
@ -25,4 +24,4 @@ void AbstractTextDumper::DecIndent()
|
||||
assert(m_indent > 0);
|
||||
if (m_indent > 0)
|
||||
m_indent--;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user