diff --git a/setter/src/dos/attr.c b/setter/src/dos/attr.c index 44c5055..34e194c 100644 --- a/setter/src/dos/attr.c +++ b/setter/src/dos/attr.c @@ -305,4 +305,4 @@ void FileAttributes(const char* path) cRc); } -#endif \ No newline at end of file +#endif diff --git a/setter/src/dos/deleted.c b/setter/src/dos/deleted.c index 06f37a1..64aab9e 100644 --- a/setter/src/dos/deleted.c +++ b/setter/src/dos/deleted.c @@ -81,4 +81,4 @@ void DeleteFiles(const char* path) } } -#endif \ No newline at end of file +#endif diff --git a/setter/src/dos/dirdepth.c b/setter/src/dos/dirdepth.c index 0ce15f5..296ec89 100644 --- a/setter/src/dos/dirdepth.c +++ b/setter/src/dos/dirdepth.c @@ -82,4 +82,4 @@ void DirectoryDepth(const char* path) printf("\tCreated %d levels of directory hierarchy\n", pos); } -#endif \ No newline at end of file +#endif diff --git a/setter/src/dos/filename.c b/setter/src/dos/filename.c index ea2b737..9558bef 100644 --- a/setter/src/dos/filename.c +++ b/setter/src/dos/filename.c @@ -85,4 +85,4 @@ void Filenames(const char* path) } } -#endif \ No newline at end of file +#endif diff --git a/setter/src/dos/files.c b/setter/src/dos/files.c index c75c0ad..524b16d 100644 --- a/setter/src/dos/files.c +++ b/setter/src/dos/files.c @@ -82,4 +82,4 @@ void MillionFiles(const char* path) printf("\tCreated %llu files\n", pos); } -#endif \ No newline at end of file +#endif diff --git a/setter/src/dos/frag.c b/setter/src/dos/frag.c index 34c2da3..ac98650 100644 --- a/setter/src/dos/frag.c +++ b/setter/src/dos/frag.c @@ -251,4 +251,4 @@ void Fragmentation(const char* path, size_t clusterSize) cRc); } -#endif \ No newline at end of file +#endif diff --git a/setter/src/dos/links.c b/setter/src/dos/links.c index 4c8dfd7..b2d36f6 100644 --- a/setter/src/dos/links.c +++ b/setter/src/dos/links.c @@ -47,4 +47,4 @@ void Links(const char* path) { /* Do nothing, not supported by target operating system */ } -#endif \ No newline at end of file +#endif diff --git a/setter/src/dos/perms.c b/setter/src/dos/perms.c index fc98deb..fa6f5a2 100644 --- a/setter/src/dos/perms.c +++ b/setter/src/dos/perms.c @@ -47,4 +47,4 @@ void FilePermissions(const char* path) { /* Do nothing, not supported by target operating system */ } -#endif \ No newline at end of file +#endif diff --git a/setter/src/dos/rsrcfork.c b/setter/src/dos/rsrcfork.c index 91bcde0..9198cee 100644 --- a/setter/src/dos/rsrcfork.c +++ b/setter/src/dos/rsrcfork.c @@ -47,4 +47,4 @@ void ResourceFork(const char* path) { /* Do nothing, not supported by target operating system */ } -#endif \ No newline at end of file +#endif diff --git a/setter/src/dos/sparse.c b/setter/src/dos/sparse.c index add3d8d..da024df 100644 --- a/setter/src/dos/sparse.c +++ b/setter/src/dos/sparse.c @@ -47,4 +47,4 @@ void Sparse(const char* path) { /* Do nothing, not supported by target operating system */ } -#endif \ No newline at end of file +#endif diff --git a/setter/src/dos/time.c b/setter/src/dos/time.c index 345b2fa..10abce9 100644 --- a/setter/src/dos/time.c +++ b/setter/src/dos/time.c @@ -413,4 +413,4 @@ void Timestamps(const char* path) printf("\tFile name = \"%s\", rc = %d, wRc = %d, cRc = %d, tRc = %d\n", "Y2KATIME", rc, wRc, cRc, tRc); } -#endif \ No newline at end of file +#endif diff --git a/setter/src/dos/volume.c b/setter/src/dos/volume.c index 59c70a0..c31c5a0 100644 --- a/setter/src/dos/volume.c +++ b/setter/src/dos/volume.c @@ -102,4 +102,4 @@ void GetVolumeInfo(const char* path, size_t* clusterSize) } } -#endif \ No newline at end of file +#endif diff --git a/setter/src/dos/xattr.c b/setter/src/dos/xattr.c index 2f8e393..eb302a7 100644 --- a/setter/src/dos/xattr.c +++ b/setter/src/dos/xattr.c @@ -47,4 +47,4 @@ void ExtendedAttributes(const char* path) { /* Do nothing, not supported by target operating system */ } -#endif \ No newline at end of file +#endif