From 80a1b0172add993aa5edc93f29a7bf189e9a7d84 Mon Sep 17 00:00:00 2001 From: Dextinfire <> Date: Sat, 5 Oct 2024 11:08:43 -0700 Subject: [PATCH] Add todo and remove whitespace --- src/io/filemeta.cpp | 2 -- src/io/filemeta.h | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/io/filemeta.cpp b/src/io/filemeta.cpp index fe7741b4..501d2f44 100644 --- a/src/io/filemeta.cpp +++ b/src/io/filemeta.cpp @@ -1,5 +1,3 @@ - - #include "filemeta.h" #include "../log.h" #include diff --git a/src/io/filemeta.h b/src/io/filemeta.h index d1ae400c..c02f40ab 100644 --- a/src/io/filemeta.h +++ b/src/io/filemeta.h @@ -15,6 +15,7 @@ struct FileMeta { int64_t Size = 0; }; +// TODO: use our own perms enum using FilePermissionsFlags = std::filesystem::perms; int64_t GetFileSize(std::string const& path);