From 0fed7985f063550c1067d49229110e854eb181a7 Mon Sep 17 00:00:00 2001 From: wangxuanxuan Date: Fri, 16 Jun 2023 11:56:37 +0800 Subject: [PATCH] clean codecheck Signed-off-by: wangxuanxuan --- utils/src/dinput_utils_tool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/src/dinput_utils_tool.cpp b/utils/src/dinput_utils_tool.cpp index f629918..48fc186 100644 --- a/utils/src/dinput_utils_tool.cpp +++ b/utils/src/dinput_utils_tool.cpp @@ -37,7 +37,7 @@ namespace OHOS { namespace DistributedHardware { namespace DistributedInput { -namesapce { +namespace { constexpr int32_t HEX_TO_UINT8 = 2; constexpr size_t INT32_SHORT_ID_LENGTH = 20; constexpr size_t INT32_PLAINTEXT_LENGTH = 4;