fix: api lint

Signed-off-by: yangxuguang-huawei <yangxuguang3@huawei.com>
Change-Id: Ia60c1cecfb6fbb4794246d3d8c94134109162a00
This commit is contained in:
yangxuguang-huawei 2024-11-11 16:04:15 +08:00
parent fde4ce5a2f
commit 7cf96e803f

View File

@ -13,11 +13,6 @@
* limitations under the License. * limitations under the License.
*/ */
#ifndef OHOS_ABILITY_RUNTIME_C_NATIVE_CHILD_PROCESS_H
#define OHOS_ABILITY_RUNTIME_C_NATIVE_CHILD_PROCESS_H
#include "IPCKit/ipc_cparcel.h"
/** /**
* @addtogroup ChildProcess * @addtogroup ChildProcess
* @{ * @{
@ -40,6 +35,11 @@
* @since 12 * @since 12
*/ */
#ifndef OHOS_ABILITY_RUNTIME_C_NATIVE_CHILD_PROCESS_H
#define OHOS_ABILITY_RUNTIME_C_NATIVE_CHILD_PROCESS_H
#include "IPCKit/ipc_cparcel.h"
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif