From 13032f97c7aa4f4e2e73b2ab13e736aefb3d7e20 Mon Sep 17 00:00:00 2001 From: Guangyao Ma Date: Fri, 23 Apr 2021 15:13:16 +0800 Subject: [PATCH] style: misspell fix up Change-Id: Iaa06b06a79975d49aaf57f0560c367237a2e358c --- services/include/appspawn_adapter.h | 4 ++-- services/include/appspawn_message.h | 4 ++-- services/include/appspawn_process.h | 4 ++-- services/include/appspawn_service.h | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/services/include/appspawn_adapter.h b/services/include/appspawn_adapter.h index c6a7b03..aed1eae 100755 --- a/services/include/appspawn_adapter.h +++ b/services/include/appspawn_adapter.h @@ -24,8 +24,8 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #ifdef __LINUX__ /* Control the ambient capability set */ diff --git a/services/include/appspawn_message.h b/services/include/appspawn_message.h index 8fff6ae..1b64942 100644 --- a/services/include/appspawn_message.h +++ b/services/include/appspawn_message.h @@ -18,8 +18,8 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ typedef struct { char* bundleName; diff --git a/services/include/appspawn_process.h b/services/include/appspawn_process.h index d0566bc..1319e45 100644 --- a/services/include/appspawn_process.h +++ b/services/include/appspawn_process.h @@ -21,8 +21,8 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ pid_t CreateProcess(const MessageSt* msgSt); diff --git a/services/include/appspawn_service.h b/services/include/appspawn_service.h index 221a8d2..f7e4433 100644 --- a/services/include/appspawn_service.h +++ b/services/include/appspawn_service.h @@ -18,8 +18,8 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #define APPSPAWN_SERVICE_NAME "appspawn" -- Gitee