From a9576fff82a98808f608a5ec77b5a1f3660011bd Mon Sep 17 00:00:00 2001 From: elmfrain Date: Sat, 5 Jul 2025 02:21:05 -0500 Subject: [PATCH] Fix changed whitespace --- clay.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clay.h b/clay.h index b315734..fb1494f 100644 --- a/clay.h +++ b/clay.h @@ -4404,7 +4404,7 @@ void Clay_ResetMeasureTextCache(void) { context->measureTextHashMap.length = 0; context->measuredWords.length = 0; context->measuredWordsFreeList.length = 0; - + for (int32_t i = 0; i < context->measureTextHashMap.capacity; ++i) { context->measureTextHashMap.internalArray[i] = 0; } @@ -4438,4 +4438,3 @@ freely, subject to the following restrictions: 3. This notice may not be removed or altered from any source distribution. */ -