Fix changed whitespace

This commit is contained in:
elmfrain 2025-07-05 02:21:05 -05:00 committed by Nic Barker
parent 685526f71e
commit be4b9109e5

3
clay.h
View file

@ -4418,7 +4418,7 @@ void Clay_ResetMeasureTextCache(void) {
context->measureTextHashMap.length = 0; context->measureTextHashMap.length = 0;
context->measuredWords.length = 0; context->measuredWords.length = 0;
context->measuredWordsFreeList.length = 0; context->measuredWordsFreeList.length = 0;
for (int32_t i = 0; i < context->measureTextHashMap.capacity; ++i) { for (int32_t i = 0; i < context->measureTextHashMap.capacity; ++i) {
context->measureTextHashMap.internalArray[i] = 0; 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 3. This notice may not be removed or altered from any source
distribution. distribution.
*/ */