diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..032c1bd1c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto + diff --git a/ext/VFS/include/vfs/Core/vfs_types.h b/ext/VFS/include/vfs/Core/vfs_types.h index 131b78674..4ab7878ff 100644 --- a/ext/VFS/include/vfs/Core/vfs_types.h +++ b/ext/VFS/include/vfs/Core/vfs_types.h @@ -24,10 +24,10 @@ #ifndef _VFS_TYPES_H_ #define _VFS_TYPES_H_ -#include - -#ifdef __linux__ -# include +#include + +#ifdef __linux__ +# include #endif namespace vfs diff --git a/legion cfg.cpp b/legion cfg.cpp index 2004c497e..c48489d7e 100644 --- a/legion cfg.cpp +++ b/legion cfg.cpp @@ -274,4 +274,4 @@ void LoadGameLegionOptions() gGameLegionOptions.LaptopLinkFuneral = iniReader.ReadBoolean("Laptop Settings","LINK_FUNERAL", TRUE); gGameLegionOptions.LaptopLinkBobby = iniReader.ReadBoolean("Laptop Settings","LINK_BOBBY", FALSE); gGameLegionOptions.fBobbyRSite = iniReader.ReadBoolean("Laptop Settings","BOBBY_SITE_ACCESSED", FALSE); -} +}