summaryrefslogtreecommitdiff
path: root/src/core/file_sys/fssrv
diff options
context:
space:
mode:
authorGravatar FearlessTobi2024-02-11 22:27:20 +0100
committerGravatar FearlessTobi2024-02-19 19:20:46 +0100
commitba70dc4c13ff84b51d2937f5c8ba873b061cb4c1 (patch)
tree82751935ffc1d9b1ab8a9f3fa0999762b1e6e9b2 /src/core/file_sys/fssrv
parentfs: Refactor to use cmif serialization (diff)
downloadyuzu-ba70dc4c13ff84b51d2937f5c8ba873b061cb4c1.tar.gz
yuzu-ba70dc4c13ff84b51d2937f5c8ba873b061cb4c1.tar.xz
yuzu-ba70dc4c13ff84b51d2937f5c8ba873b061cb4c1.zip
Address review comments
Diffstat (limited to 'src/core/file_sys/fssrv')
-rw-r--r--src/core/file_sys/fssrv/fssrv_sf_path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/fssrv/fssrv_sf_path.h b/src/core/file_sys/fssrv/fssrv_sf_path.h
index 1752a413d..a0c0b2dac 100644
--- a/src/core/file_sys/fssrv/fssrv_sf_path.h
+++ b/src/core/file_sys/fssrv/fssrv_sf_path.h
@@ -33,4 +33,4 @@ static_assert(std::is_trivially_copyable_v<Path>, "Path must be trivially copyab
33 33
34using FspPath = Path; 34using FspPath = Path;
35 35
36} // namespace FileSys::Sf \ No newline at end of file 36} // namespace FileSys::Sf