From be4b9109e55fbe8c9d3c2ff98322aaf08a6945a8 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 e11943f..7801b34 100644 --- a/clay.h +++ b/clay.h @@ -4418,7 +4418,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; } @@ -4452,4 +4452,3 @@ freely, subject to the following restrictions: 3. This notice may not be removed or altered from any source distribution. */ -