From 5a2aedb65a47164020e994fba7a8e38fd43d45c3 Mon Sep 17 00:00:00 2001 From: hwzhangchuang Date: Sat, 13 May 2023 17:51:56 +0800 Subject: [PATCH] modify format Signed-off-by: hwzhangchuang --- common/include/dinput_ipc_interface_code.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/include/dinput_ipc_interface_code.h b/common/include/dinput_ipc_interface_code.h index 4490069..e503c2c 100644 --- a/common/include/dinput_ipc_interface_code.h +++ b/common/include/dinput_ipc_interface_code.h @@ -74,7 +74,7 @@ enum class IGetSinkScreenInfosCBInterfaceCode : uint32_t { /* SAID: 4810 */ enum class InputNodeListenerInterfaceCode : uint32_t { - RESULT_ON = 0, + RESULT_ON = 0, RESULT_OFF = 1 };