From 2375bc52d789b9e56af81dbd518fc92329b80c6e Mon Sep 17 00:00:00 2001 From: Dmugetsu Date: Thu, 6 Mar 2025 11:39:00 -0600 Subject: [PATCH] clang format --- src/core/libraries/kernel/time.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/libraries/kernel/time.cpp b/src/core/libraries/kernel/time.cpp index fc5bcdefc..4e4f6b8c9 100644 --- a/src/core/libraries/kernel/time.cpp +++ b/src/core/libraries/kernel/time.cpp @@ -135,7 +135,6 @@ int PS4_SYSV_ABI sceKernelClockGettime(s32 clock_id, OrbisKernelTimespec* tp) { return ORBIS_OK; } - int PS4_SYSV_ABI posix_clock_gettime(s32 clock_id, OrbisKernelTimespec* time) { int result = sceKernelClockGettime(clock_id, time); if (result < 0) {