Fix changed whitespace

This commit is contained in:
elmfrain 2025-07-05 02:21:05 -05:00
parent 983bd95f2d
commit a9576fff82

3
clay.h
View file

@ -4404,7 +4404,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;
} }
@ -4438,4 +4438,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.
*/ */