Formatting: Fix indentation of public/private specifiers
This commit is contained in:
@@ -33,7 +33,7 @@ class UniformArenaAllocator {
|
||||
used_blocks.push_back(current_block);
|
||||
}
|
||||
|
||||
public:
|
||||
public:
|
||||
UniformArenaAllocator() = default;
|
||||
UniformArenaAllocator(const UniformArenaAllocator &other) = delete;
|
||||
UniformArenaAllocator& operator=(const UniformArenaAllocator &other) = delete;
|
||||
|
@@ -34,7 +34,7 @@ class DynUniformArenaAllocator {
|
||||
used_blocks.push_back(current_block);
|
||||
}
|
||||
|
||||
public:
|
||||
public:
|
||||
DynUniformArenaAllocator() = default;
|
||||
DynUniformArenaAllocator(const DynUniformArenaAllocator &other) = delete;
|
||||
DynUniformArenaAllocator& operator=(const DynUniformArenaAllocator &other) = delete;
|
||||
|
@@ -33,7 +33,7 @@ class PodPool {
|
||||
used_blocks.push_back(current_block);
|
||||
}
|
||||
|
||||
public:
|
||||
public:
|
||||
PodPool() = default;
|
||||
PodPool(const PodPool &other) = delete;
|
||||
PodPool& operator=(const PodPool &other) = delete;
|
||||
|
Reference in New Issue
Block a user