diff options
author | 2021-05-23 17:33:52 +1000 | |
---|---|---|
committer | 2021-05-23 17:33:52 +1000 | |
commit | 5fe20586ee7aeb31c9384b82712c3ba37701cee4 (patch) | |
tree | 0aa7ecec0eca58391db4760a485a3db8b08f9213 /src/lib/formats/fs_oric_jasmin.cpp | |
parent | c6abdd77fbbdd4811dbb1c9cb954ee2e44678c33 (diff) |
srcclean for release
Diffstat (limited to 'src/lib/formats/fs_oric_jasmin.cpp')
-rw-r--r-- | src/lib/formats/fs_oric_jasmin.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/formats/fs_oric_jasmin.cpp b/src/lib/formats/fs_oric_jasmin.cpp index 686eb2bb71a..0b6740c49c3 100644 --- a/src/lib/formats/fs_oric_jasmin.cpp +++ b/src/lib/formats/fs_oric_jasmin.cpp @@ -89,7 +89,7 @@ fs_meta_data fs_oric_jasmin::impl::metadata() len--; res.set(fs_meta_name::name, bdir.rstr(0xf8, len)); - return res; + return res; } bool fs_oric_jasmin::validate_filename(std::string name) @@ -149,7 +149,7 @@ void fs_oric_jasmin::impl::format(const fs_meta_data &meta) } fs_oric_jasmin::impl::impl(fsblk_t &blockdev) : filesystem_t(blockdev, 256), m_root(true) -{ +{ } bool fs_oric_jasmin::impl::ref_valid(u16 ref) @@ -440,7 +440,7 @@ fs_oric_jasmin::impl::file_t fs_oric_jasmin::impl::root_dir::file_create(const f bdir.w8 (off+0x0f, info.get_flag(fs_meta_name::sequential, true) ? 'S' : 'D'); bdir.w16l(off+0x10, 2); // 2 sectors for an empty file - return file_t(new file(m_fs, this, bdir.rodata() + off, id)); + return file_t(new file(m_fs, this, bdir.rodata() + off, id)); } |