From abd0da89eec882da6f16597df92988cef6c1ca1f Mon Sep 17 00:00:00 2001 From: taoxiangdong Date: Sun, 13 Dec 2020 16:36:14 +0800 Subject: [PATCH] add newline at end of file --- inc/framework/common/profiling/ge_profiling.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/framework/common/profiling/ge_profiling.h b/inc/framework/common/profiling/ge_profiling.h index 10b53d6d..e56411c9 100644 --- a/inc/framework/common/profiling/ge_profiling.h +++ b/inc/framework/common/profiling/ge_profiling.h @@ -42,4 +42,4 @@ ge::Status RegProfSetDeviceCallback(MsprofSetDeviceCallback func); ge::Status RegProfReporterCallback(MsprofReporterCallback func); ge::Status ProfCommandHandle(ProfCommandHandleType type, void *data, uint32_t len); -#endif // INC_FRAMEWORK_COMMON_GE_PROFILING_H_ \ No newline at end of file +#endif // INC_FRAMEWORK_COMMON_GE_PROFILING_H_