From 7f45538eb53235ab4015fcf13533796c8759c7bc Mon Sep 17 00:00:00 2001 From: Finlay Davidson Date: Mon, 9 May 2022 17:16:08 +0200 Subject: Apply clang-format to all C++ files --- src/components/fs/FS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/fs/FS.h') diff --git a/src/components/fs/FS.h b/src/components/fs/FS.h index 2b27ae5d..87fcdc23 100644 --- a/src/components/fs/FS.h +++ b/src/components/fs/FS.h @@ -26,7 +26,7 @@ namespace Pinetime { int DirRead(lfs_dir_t* dir, lfs_info* info); int DirRewind(lfs_dir_t* dir); int DirCreate(const char* path); - + lfs_ssize_t GetFSSize(); int Rename(const char* oldPath, const char* newPath); int Stat(const char* path, lfs_info* info); -- cgit v1.2.3-70-g09d2