diff options
| author | FearlessTobi <thm.frey@gmail.com> | 2024-02-11 22:27:20 +0100 |
|---|---|---|
| committer | FearlessTobi <thm.frey@gmail.com> | 2024-02-19 19:20:46 +0100 |
| commit | ba70dc4c13ff84b51d2937f5c8ba873b061cb4c1 (patch) | |
| tree | 82751935ffc1d9b1ab8a9f3fa0999762b1e6e9b2 /src/core/file_sys/fssrv | |
| parent | 934e420e36e817c673a839e2a417785906bfe91c (diff) | |
Address review comments
Diffstat (limited to 'src/core/file_sys/fssrv')
| -rw-r--r-- | src/core/file_sys/fssrv/fssrv_sf_path.h | 2 |
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 using FspPath = Path; -} // namespace FileSys::Sf
\ No newline at end of file +} // namespace FileSys::Sf |
