From db96f6e34eddb3467cd52ca6fe0e55bb281c2e51 Mon Sep 17 00:00:00 2001 From: xiongqiao Date: Wed, 7 Jun 2023 19:49:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=89=93=E5=8D=B0=E5=AE=A1?= =?UTF-8?q?=E8=AE=A1=E4=BB=A3=E7=A0=81=20Signed-off-by:xiongqiao3@huawei.c?= =?UTF-8?q?om?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xiongqiao --- utils/include/print_security_guard_util.h | 7 +++---- utils/include/print_util.h | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/utils/include/print_security_guard_util.h b/utils/include/print_security_guard_util.h index 6baf605..929dfbf 100644 --- a/utils/include/print_security_guard_util.h +++ b/utils/include/print_security_guard_util.h @@ -13,8 +13,8 @@ * limitations under the License. */ - #ifndef PRINT_SECURITY_GUARD_UTIL_H - #define PRINT_SECURITY_GUARD_UTIL_H +#ifndef PRINT_SECURITY_GUARD_UTIL_H +#define PRINT_SECURITY_GUARD_UTIL_H #include "print_util.h" @@ -47,7 +47,6 @@ inline int32_t PrintSecurityGuardUtil::GetPrinterType(const std::string& des) } return FROM_LOCAL_NET; } - } // namespace OHOS::Print -#endif //PRINT_SECURITY_GUARD_UTIL_H \ No newline at end of file +#endif // PRINT_SECURITY_GUARD_UTIL_H \ No newline at end of file diff --git a/utils/include/print_util.h b/utils/include/print_util.h index 14990b7..c383a80 100644 --- a/utils/include/print_util.h +++ b/utils/include/print_util.h @@ -13,8 +13,8 @@ * limitations under the License. */ - #ifndef PRINT_UTIL_H - #define PRINT_UTIL_H +#ifndef PRINT_UTIL_H +#define PRINT_UTIL_H #include #include @@ -87,7 +87,6 @@ inline bool PrintUtil::CheckContains(const std::string& str, const std::string& return str.find(content) != std::string::npos; } - } // namespace OHOS::Print -#endif //PRINT_UTIL_H \ No newline at end of file +#endif // PRINT_UTIL_H \ No newline at end of file