From 7314270bc8f3041a45103cc92e04423b1bf08f47 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Thu, 29 Apr 2021 01:14:54 -0500 Subject: [PATCH] [ox/fs] Cleanup (synced from cbc0fc983cdb0fb35c2b14e76502b0c58658c19d) --- src/ox/fs/filesystem/filelocation.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ox/fs/filesystem/filelocation.hpp b/src/ox/fs/filesystem/filelocation.hpp index 9920ebaa6..e6861c736 100644 --- a/src/ox/fs/filesystem/filelocation.hpp +++ b/src/ox/fs/filesystem/filelocation.hpp @@ -58,7 +58,8 @@ class FileAddress { const FileAddress &operator=(const FileAddress &other) noexcept; - [[nodiscard]] constexpr FileAddressType type() const noexcept { + [[nodiscard]] + constexpr FileAddressType type() const noexcept { switch (m_type) { case FileAddressType::Path: case FileAddressType::ConstPath: