mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-03 03:13:48 +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:
@@ -5,9 +5,7 @@
|
||||
|
||||
namespace dp
|
||||
{
|
||||
IndexStorage::IndexStorage()
|
||||
: m_size(0)
|
||||
{}
|
||||
IndexStorage::IndexStorage() : m_size(0) {}
|
||||
|
||||
IndexStorage::IndexStorage(std::vector<uint32_t> && initial)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user