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 de57367dac0ce3a7b45e197b77c96080c1c393ef..32283eda3baeb010577a20d3303ca461355b3337 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 8fd891c720efb728048de1bb87344569f42f747f..cf0d5eeb432c1fda76bc38c4bcee068b00927439 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 73e0a235cd142b56f3cd6b1c952b916f4add2292..449854cfcc5855c9c42c85c53a13ccd6b9111e0f 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