mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 05:13:58 +00:00
Format all C++ and Java code via clang-format
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -8,8 +8,7 @@ BufferBase::BufferBase(uint8_t elementSize, uint32_t capacity)
|
||||
: m_elementSize(elementSize)
|
||||
, m_capacity(capacity)
|
||||
, m_size(0)
|
||||
{
|
||||
}
|
||||
{}
|
||||
|
||||
uint32_t BufferBase::GetCapacity() const
|
||||
{
|
||||
@@ -55,4 +54,4 @@ void BufferBase::SetDataSize(uint32_t elementCount)
|
||||
m_size = elementCount;
|
||||
}
|
||||
|
||||
} // namespace dp
|
||||
} // namespace dp
|
||||
|
||||
Reference in New Issue
Block a user