[General] Fixed line endings
- converted all line endings in cpp/hpp files to dos
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#include "STDInclude.hpp"
|
||||
|
||||
STEAM_IGNORE_WARNINGS_START
|
||||
#include "STDInclude.hpp"
|
||||
|
||||
STEAM_IGNORE_WARNINGS_START
|
||||
|
||||
namespace Steam
|
||||
{
|
||||
@ -193,5 +193,5 @@ namespace Steam
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
STEAM_IGNORE_WARNINGS_END
|
||||
|
||||
STEAM_IGNORE_WARNINGS_END
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "STDInclude.hpp"
|
||||
|
||||
STEAM_IGNORE_WARNINGS_START
|
||||
|
||||
STEAM_IGNORE_WARNINGS_START
|
||||
|
||||
namespace Steam
|
||||
{
|
||||
@ -102,5 +102,5 @@ namespace Steam
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
STEAM_IGNORE_WARNINGS_END
|
||||
|
||||
STEAM_IGNORE_WARNINGS_END
|
||||
|
@ -97,5 +97,5 @@ namespace Steam
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
STEAM_IGNORE_WARNINGS_END
|
||||
|
||||
STEAM_IGNORE_WARNINGS_END
|
||||
|
Reference in New Issue
Block a user