Reformat.

This commit is contained in:
2021-03-09 12:59:27 +00:00
parent e3a2431fb9
commit af96977105
3 changed files with 17 additions and 17 deletions

View File

@@ -34,31 +34,31 @@ Copyright (C) 2011-2021 Natalia Portillo
void GetOsInfo(void);
void GetVolumeInfo(const char *path, size_t *clusterSize);
void GetVolumeInfo(const char* path, size_t* clusterSize);
void FileAttributes(const char *path);
void FileAttributes(const char* path);
void FilePermissions(const char *path);
void FilePermissions(const char* path);
void ExtendedAttributes(const char *path);
void ExtendedAttributes(const char* path);
void ResourceFork(const char *path);
void ResourceFork(const char* path);
void Filenames(const char *path);
void Filenames(const char* path);
void Timestamps(const char *path);
void Timestamps(const char* path);
void DirectoryDepth(const char *path);
void DirectoryDepth(const char* path);
void Fragmentation(const char *path, size_t clusterSize);
void Fragmentation(const char* path, size_t clusterSize);
void Sparse(const char *path);
void Sparse(const char* path);
void MillionFiles(const char *path);
void MillionFiles(const char* path);
void DeleteFiles(const char *path);
void DeleteFiles(const char* path);
void Links(const char *path);
void Links(const char* path);
#define FILENAME_FORMAT "This file should be named \"%s\".\n"