Closed marcinlos closed 3 years ago
Since clang-format inserts two spaces between #endif and // <guard>, scripts/guards.py check incorrectly reports missing lines.
clang-format
#endif
// <guard>
scripts/guards.py check
Since
clang-format
inserts two spaces between#endif
and// <guard>
,scripts/guards.py check
incorrectly reports missing lines.