[ox/fs] Cleanup

This commit is contained in:
Gary Talent 2021-04-29 01:14:54 -05:00
parent bccae1c613
commit cbc0fc983c

View File

@ -58,7 +58,8 @@ class FileAddress {
const FileAddress &operator=(const FileAddress &other) noexcept; const FileAddress &operator=(const FileAddress &other) noexcept;
[[nodiscard]] constexpr FileAddressType type() const noexcept { [[nodiscard]]
constexpr FileAddressType type() const noexcept {
switch (m_type) { switch (m_type) {
case FileAddressType::Path: case FileAddressType::Path:
case FileAddressType::ConstPath: case FileAddressType::ConstPath: