Skip to content

Commit

Permalink
Add todo and remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Dextinfire committed Oct 11, 2024
1 parent 91444b0 commit 80a1b01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/io/filemeta.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


#include "filemeta.h"
#include "../log.h"
#include <system_error>
Expand Down
1 change: 1 addition & 0 deletions src/io/filemeta.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 80a1b01

Please sign in to comment.