From f65d756bff8d4c5cbc15bd0322a2ae8e6b896a21 Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Tue, 29 Oct 2024 14:49:26 +0800 Subject: format * format * Minor test fixes * enable checking cpp format in ci --- source/core/slang-virtual-object-pool.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/core/slang-virtual-object-pool.h') diff --git a/source/core/slang-virtual-object-pool.h b/source/core/slang-virtual-object-pool.h index c1247acb7..6e8682c16 100644 --- a/source/core/slang-virtual-object-pool.h +++ b/source/core/slang-virtual-object-pool.h @@ -4,10 +4,10 @@ namespace Slang { - /// A virtual free-list allocater. - /// This class doesn't actually allocates memory, instead it operates on a - /// virtual integer space. Can be used to implement various types of object pools - /// that needs to support contiguous allocations of more than one elements. +/// A virtual free-list allocater. +/// This class doesn't actually allocates memory, instead it operates on a +/// virtual integer space. Can be used to implement various types of object pools +/// that needs to support contiguous allocations of more than one elements. class VirtualObjectPool { public: -- cgit v1.2.3