diff options
Diffstat (limited to 'dev/libSystem')
| -rw-r--r-- | dev/libSystem/SystemKit/Verify.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/libSystem/SystemKit/Verify.h b/dev/libSystem/SystemKit/Verify.h index 5ad0dbff..bc0c8be3 100644 --- a/dev/libSystem/SystemKit/Verify.h +++ b/dev/libSystem/SystemKit/Verify.h @@ -37,4 +37,4 @@ inline constexpr R* sys_constexpr_cast(T* ptr) { static_assert(must_cast_traits<T, R>::value, "constexpr cast failed! types are mismatching!"); return static_cast<R*>(ptr); } -} // namespace LibSystem::Detail +} // namespace LibSystem::Verify |
