Add endlines at end of DOS files.

This commit is contained in:
2021-03-11 01:52:34 +00:00
parent 9ce05e8aaf
commit a97bc69276
13 changed files with 13 additions and 13 deletions

View File

@@ -305,4 +305,4 @@ void FileAttributes(const char* path)
cRc);
}
#endif
#endif

View File

@@ -81,4 +81,4 @@ void DeleteFiles(const char* path)
}
}
#endif
#endif

View File

@@ -82,4 +82,4 @@ void DirectoryDepth(const char* path)
printf("\tCreated %d levels of directory hierarchy\n", pos);
}
#endif
#endif

View File

@@ -85,4 +85,4 @@ void Filenames(const char* path)
}
}
#endif
#endif

View File

@@ -82,4 +82,4 @@ void MillionFiles(const char* path)
printf("\tCreated %llu files\n", pos);
}
#endif
#endif

View File

@@ -251,4 +251,4 @@ void Fragmentation(const char* path, size_t clusterSize)
cRc);
}
#endif
#endif

View File

@@ -47,4 +47,4 @@ void Links(const char* path)
{ /* Do nothing, not supported by target operating system */
}
#endif
#endif

View File

@@ -47,4 +47,4 @@ void FilePermissions(const char* path)
{ /* Do nothing, not supported by target operating system */
}
#endif
#endif

View File

@@ -47,4 +47,4 @@ void ResourceFork(const char* path)
{ /* Do nothing, not supported by target operating system */
}
#endif
#endif

View File

@@ -47,4 +47,4 @@ void Sparse(const char* path)
{ /* Do nothing, not supported by target operating system */
}
#endif
#endif

View File

@@ -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
#endif

View File

@@ -102,4 +102,4 @@ void GetVolumeInfo(const char* path, size_t* clusterSize)
}
}
#endif
#endif

View File

@@ -47,4 +47,4 @@ void ExtendedAttributes(const char* path)
{ /* Do nothing, not supported by target operating system */
}
#endif
#endif