Files
CMake/Source/cmCacheManager.cxx
Ben Boeckel a5281fd635 cmCacheManager: clarify whitespace skipping
Originally noticed as not comparing to `\0` (NUL), the condition is
actually redundant as neither `\0` nor `0` will match the "is
whitespace" check in the rest of the predicate. `NUL` is checked for in
the following `if` block.
2025-04-01 11:26:48 +02:00

20 KiB