Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-08-30 09:15:45 +0300
committerCampbell Barton <campbell@blender.org>2022-08-30 09:22:49 +0300
commit24b8ccaa94a66a3552dc7100996d83d492a55ada (patch)
tree604d44f886ab80f875d90affd41b651eeb37e8a3 /source/blender/blenlib/BLI_virtual_array.hh
parent26487530f2c20c5e440ed620d87ff6e27b6e0dd7 (diff)
Cleanup: format
Diffstat (limited to 'source/blender/blenlib/BLI_virtual_array.hh')
-rw-r--r--source/blender/blenlib/BLI_virtual_array.hh9
1 files changed, 6 insertions, 3 deletions
diff --git a/source/blender/blenlib/BLI_virtual_array.hh b/source/blender/blenlib/BLI_virtual_array.hh
index 4784114c88a..19ee2334bd9 100644
--- a/source/blender/blenlib/BLI_virtual_array.hh
+++ b/source/blender/blenlib/BLI_virtual_array.hh
@@ -876,9 +876,12 @@ template<typename T> class VMutableArray;
* construct the virtual array first and then move it into the vector.
*/
namespace varray_tag {
-struct span {};
-struct single_ref {};
-struct single {};
+struct span {
+};
+struct single_ref {
+};
+struct single {
+};
} // namespace varray_tag
/**