diff --git a/src/crc.c b/src/crc.c index 6ea6bf1..c618510 100644 --- a/src/crc.c +++ b/src/crc.c @@ -1,4 +1,4 @@ -#include +#include unsigned long _crcTable[256]; int _crcTableInitialized = 0; diff --git a/src/crc.h b/src/crc.h index 82f9ef4..5256b8d 100644 --- a/src/crc.h +++ b/src/crc.h @@ -1,4 +1,4 @@ -#ifndef _CRC_ +#ifndef _CRC_ #define _CRC_ #include diff --git a/src/filenode.c b/src/filenode.c index dbcc7e2..d298339 100644 --- a/src/filenode.c +++ b/src/filenode.c @@ -1,4 +1,4 @@ -#include +#include #include #include diff --git a/src/filenode.h b/src/filenode.h index 68acdba..24d950f 100644 --- a/src/filenode.h +++ b/src/filenode.h @@ -1,4 +1,4 @@ -#ifndef _FILENODE_H_ +#ifndef _FILENODE_H_ #define _FILENODE_H_ #define FileNode_Filename "nodesFile.fs" diff --git a/src/filenodecmp.c b/src/filenodecmp.c index 5bfc8e3..b012204 100644 --- a/src/filenodecmp.c +++ b/src/filenodecmp.c @@ -1,4 +1,4 @@ -#include +#include #include #include diff --git a/src/filenodecmp.h b/src/filenodecmp.h index 465fe4f..0fc458b 100644 --- a/src/filenodecmp.h +++ b/src/filenodecmp.h @@ -1,4 +1,4 @@ -#ifndef _FILENODECMP_H_ +#ifndef _FILENODECMP_H_ #define _FILENODECMP_H_ #include "filenode.h" diff --git a/src/fileutil.c b/src/fileutil.c index b537770..feb2b56 100644 --- a/src/fileutil.c +++ b/src/fileutil.c @@ -1,13 +1,13 @@ -#include +#include #include #include #include #include -#ifdef WIN32 +#ifdef WIN32 # include # define _WIN32_WINNT 0x0501 # include -# include +# include # include # include # include @@ -317,11 +317,11 @@ void File_Delete(char *path) { #endif } -void File_DeleteDirectory(char *path) { -#ifndef WIN32 - rmdir(path); -#else - _rmdir(path); +void File_DeleteDirectory(char *path) { +#ifndef WIN32 + rmdir(path); +#else + _rmdir(path); #endif } diff --git a/src/fileutil.h b/src/fileutil.h index 80177b3..4a24858 100644 --- a/src/fileutil.h +++ b/src/fileutil.h @@ -1,4 +1,4 @@ -#ifndef _FILEUTIL_ +#ifndef _FILEUTIL_ #define _FILEUTIL_ //////////////////////////////////////////////// diff --git a/src/main.c b/src/main.c index 37202c7..0111aec 100644 --- a/src/main.c +++ b/src/main.c @@ -1,4 +1,4 @@ -#include +#include #include #include diff --git a/src/util.c b/src/util.c index 0586dcd..d4ffc0e 100644 --- a/src/util.c +++ b/src/util.c @@ -1,4 +1,4 @@ -#include +#include #include #include diff --git a/src/util.h b/src/util.h index bfb2d3d..f46aa2c 100644 --- a/src/util.h +++ b/src/util.h @@ -1,4 +1,4 @@ -#ifndef _UTIL_ +#ifndef _UTIL_ #define _UTIL_ #include