From c3a7f98683d8c017f6a0dc3e884f2397670563e6 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Thu, 16 Sep 2021 15:46:43 +0200 Subject: clang-format fixes --- zencore/intmath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zencore/intmath.cpp') 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 -- cgit v1.2.3