diff options
Diffstat (limited to 'zencore/intmath.cpp')
| -rw-r--r-- | zencore/intmath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zencore/intmath.cpp b/zencore/intmath.cpp index 4039a3b39..2acfaebd8 100644 --- a/zencore/intmath.cpp +++ b/zencore/intmath.cpp @@ -53,4 +53,4 @@ TEST_CASE("intmath") CHECK(CountTrailingZeros64(0x0000'0001'0000'0000ull) == 32); } -} // namespace zen +} // namespace zen |