mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
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.
20 KiB
20 KiB