规范整改

Signed-off-by: yuhaoqiang <yuhaoqiang@huawei.com>
This commit is contained in:
yuhaoqiang 2024-11-18 09:59:59 +08:00
parent 99452ae1a2
commit bce2fdff17
2 changed files with 6 additions and 4 deletions

View File

@ -13,8 +13,6 @@
* limitations under the License.
*/
#ifndef HIVIEWDFX_HIDEBUG_H
#define HIVIEWDFX_HIDEBUG_H
/**
* @addtogroup HiDebug
* @{
@ -37,6 +35,9 @@
* @since 12
*/
#ifndef HIVIEWDFX_HIDEBUG_H
#define HIVIEWDFX_HIDEBUG_H
#include <stdint.h>
#include "hidebug_type.h"

View File

@ -13,8 +13,6 @@
* limitations under the License.
*/
#ifndef HIVIEWDFX_HIDEBUG_TYPE_H
#define HIVIEWDFX_HIDEBUG_TYPE_H
/**
* @addtogroup HiDebug
* @{
@ -37,6 +35,9 @@
* @since 12
*/
#ifndef HIVIEWDFX_HIDEBUG_TYPE_H
#define HIVIEWDFX_HIDEBUG_TYPE_H
#include <stdint.h>
#ifdef __cplusplus