diff --git a/fs/hfs/hfs_fs.c b/fs/hfs/hfs_fs.c index 1466a17..e58f724 100644 --- a/fs/hfs/hfs_fs.c +++ b/fs/hfs/hfs_fs.c @@ -466,4 +466,4 @@ fs_hfs_probe( int fd, llong offs ) return -1; return 0; -} \ No newline at end of file +} diff --git a/fs/hfs/volume.c b/fs/hfs/volume.c index e2d82cf..9effe49 100644 --- a/fs/hfs/volume.c +++ b/fs/hfs/volume.c @@ -609,4 +609,4 @@ v_probe(int fd, llong offset) free(mdb); return -1; -} \ No newline at end of file +} diff --git a/fs/hfsplus/hfsp_fs.c b/fs/hfsplus/hfsp_fs.c index 91c3813..3de6fdd 100644 --- a/fs/hfsplus/hfsp_fs.c +++ b/fs/hfsplus/hfsp_fs.c @@ -405,4 +405,4 @@ fs_hfsp_probe(int fd, llong offs) return -1; return 0; -} \ No newline at end of file +} diff --git a/fs/hfsplus/volume.c b/fs/hfsplus/volume.c index d496565..783b4b1 100644 --- a/fs/hfsplus/volume.c +++ b/fs/hfsplus/volume.c @@ -307,4 +307,4 @@ volume_probe(int fd, llong offset) free(vol); return -1; -} \ No newline at end of file +}