diff options
author | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-02-25 13:49:12 +1100 |
---|---|---|
committer | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-02-25 13:49:12 +1100 |
commit | 938f745f052c14fccaa987b98ea4ac84e70c1fcc (patch) | |
tree | fe49ddad815c65ef0deb87dd76e172051e6c49e7 /src/platform/file.h | |
parent | da13dc8b030b9c0ed4805dca9dab3c280583a91f (diff) |
chore: format
Diffstat (limited to 'src/platform/file.h')
-rw-r--r-- | src/platform/file.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/platform/file.h b/src/platform/file.h index fa09891..8bb22c8 100644 --- a/src/platform/file.h +++ b/src/platform/file.h @@ -10,8 +10,8 @@ #include "str.h" typedef struct str8_opt { - str8 contents; - bool has_value; + str8 contents; + bool has_value; } str8_opt; const char* string_from_file(const char* path); |