From 85b9645a5e52c78e866f5a2daa840df1e1eb0fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A1=BE=E5=86=AC=E6=B4=8B?= Date: Thu, 31 Jul 2025 03:14:30 +0000 Subject: [PATCH] fsync_core.cpp add empty lines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 顾冬洋 --- interfaces/kits/js/src/mod_fs/properties/fsync_core.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/kits/js/src/mod_fs/properties/fsync_core.cpp b/interfaces/kits/js/src/mod_fs/properties/fsync_core.cpp index d902ff1f3..9fe16f3ea 100644 --- a/interfaces/kits/js/src/mod_fs/properties/fsync_core.cpp +++ b/interfaces/kits/js/src/mod_fs/properties/fsync_core.cpp @@ -37,6 +37,7 @@ FsResult FsyncCore::DoFsync(const int32_t &fd) HILOGE("Failed to transfer data associated with file descriptor: %{public}d", fd); return FsResult::Error(ret); } + return FsResult::Success(); } } // namespace OHOS::FileManagement::ModuleFileIO \ No newline at end of file -- Gitee