From 296ac9031b3f743a4a63ebf3924934ee815a5faa Mon Sep 17 00:00:00 2001 From: Fire Cube Date: Wed, 21 May 2025 19:04:28 +0200 Subject: [PATCH] clang --- src/common/logging/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/logging/types.h b/src/common/logging/types.h index d8e4fd51c..bbfd7455b 100644 --- a/src/common/logging/types.h +++ b/src/common/logging/types.h @@ -107,7 +107,7 @@ enum class Class : u8 { Lib_SigninDialog, ///< The LibSigninDialog implementation. Lib_Camera, ///< The LibCamera implementation. Lib_CompanionHttpd, ///< The LibCompanionHttpd implementation. - Lib_CompanionUtil, ///< The LibCompanionUtil implementation. + Lib_CompanionUtil, ///< The LibCompanionUtil implementation. Frontend, ///< Emulator UI Render, ///< Video Core Render_Vulkan, ///< Vulkan backend