diff --git a/libc/src/__support/OSUtil/linux/vdso_sym.h b/libc/src/__support/OSUtil/linux/vdso_sym.h index eb5f204a82f30..968e1536c4d27 100644 --- a/libc/src/__support/OSUtil/linux/vdso_sym.h +++ b/libc/src/__support/OSUtil/linux/vdso_sym.h @@ -44,8 +44,8 @@ template LIBC_INLINE constexpr auto dispatcher() { else if constexpr (sym == VDSOSym::ClockGetTime64) return static_cast(nullptr); else if constexpr (sym == VDSOSym::GetTimeOfDay) - return static_cast( - nullptr); + return static_cast(nullptr); else if constexpr (sym == VDSOSym::GetCpu) return static_cast( nullptr);