mirror of
https://github.com/nicbarker/clay.git
synced 2025-12-25 18:41:06 +00:00
Fix changed whitespace
This commit is contained in:
parent
685526f71e
commit
be4b9109e5
3
clay.h
3
clay.h
|
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue