mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 21:13:35 +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:
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "drape/pointers.hpp"
|
||||
#include "drape/binding_info.hpp"
|
||||
#include "drape/pointers.hpp"
|
||||
|
||||
#include "base/shared_buffer_manager.hpp"
|
||||
|
||||
@@ -17,8 +17,8 @@ struct MutateRegion
|
||||
MutateRegion() : m_offset(0), m_count(0) {}
|
||||
MutateRegion(uint32_t offset, uint32_t count) : m_offset(offset), m_count(count) {}
|
||||
|
||||
uint32_t m_offset; // Offset from buffer begin in "Elements" not in bytes.
|
||||
uint32_t m_count; // Count of "Elements".
|
||||
uint32_t m_offset; // Offset from buffer begin in "Elements" not in bytes.
|
||||
uint32_t m_count; // Count of "Elements".
|
||||
};
|
||||
|
||||
struct MutateNode
|
||||
|
||||
Reference in New Issue
Block a user