From 5a1008373d8401474ab29ae60d70b8aa0f9cae56 Mon Sep 17 00:00:00 2001 From: tianp Date: Thu, 10 Jul 2025 18:44:25 +0800 Subject: [PATCH] fix4 Signed-off-by: tianp Change-Id: I1e95dd44ab0b1d2e139c9d852abf3b811e995413 --- interfaces/kits/js/src/mod_fs/class_stat/ani/stat_ani.cpp | 5 ++--- interfaces/kits/js/src/mod_fs/class_stat/ani/stat_ani.h | 2 +- .../kits/js/src/mod_fs/class_stat/ani/stat_wrapper.cpp | 7 +++---- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/interfaces/kits/js/src/mod_fs/class_stat/ani/stat_ani.cpp b/interfaces/kits/js/src/mod_fs/class_stat/ani/stat_ani.cpp index de57367da..32283eda3 100644 --- a/interfaces/kits/js/src/mod_fs/class_stat/ani/stat_ani.cpp +++ b/interfaces/kits/js/src/mod_fs/class_stat/ani/stat_ani.cpp @@ -13,10 +13,9 @@ * limitations under the License. */ -#include "stat_ani.h" - #include "error_handler.h" #include "filemgmt_libhilog.h" +#include "stat_ani.h" #include "stat_core.h" #include "stat_wrapper.h" #include "type_converter.h" @@ -144,4 +143,4 @@ ani_boolean StatAni::IsSymbolicLink(ani_env *env, [[maybe_unused]] ani_object ob } // namespace ANI } // namespace ModuleFileIO } // namespace FileManagement -} // namespace OHOS \ No newline at end of file +} // namespace OHOS diff --git a/interfaces/kits/js/src/mod_fs/class_stat/ani/stat_ani.h b/interfaces/kits/js/src/mod_fs/class_stat/ani/stat_ani.h index 8fd891c72..cf0d5eeb4 100644 --- a/interfaces/kits/js/src/mod_fs/class_stat/ani/stat_ani.h +++ b/interfaces/kits/js/src/mod_fs/class_stat/ani/stat_ani.h @@ -37,4 +37,4 @@ public: } // namespace ModuleFileIO } // namespace FileManagement } // namespace OHOS -#endif // INTERFACES_KITS_JS_SRC_MOD_FS_PROPERTIES_ANI_STAT_ANI_H \ No newline at end of file +#endif // INTERFACES_KITS_JS_SRC_MOD_FS_PROPERTIES_ANI_STAT_ANI_H diff --git a/interfaces/kits/js/src/mod_fs/class_stat/ani/stat_wrapper.cpp b/interfaces/kits/js/src/mod_fs/class_stat/ani/stat_wrapper.cpp index 73e0a235c..449854cfc 100644 --- a/interfaces/kits/js/src/mod_fs/class_stat/ani/stat_wrapper.cpp +++ b/interfaces/kits/js/src/mod_fs/class_stat/ani/stat_wrapper.cpp @@ -13,15 +13,14 @@ * limitations under the License. */ -#include "stat_wrapper.h" - #include -#include #include +#include #include "ani_signature.h" #include "error_handler.h" #include "filemgmt_libhilog.h" +#include "stat_wrapper.h" #include "type_converter.h" namespace OHOS { @@ -234,4 +233,4 @@ FsStat *StatWrapper::Unwrap(ani_env *env, ani_object object) } // namespace ANI } // namespace ModuleFileIO } // namespace FileManagement -} // namespace OHOS \ No newline at end of file +} // namespace OHOS -- Gitee