diff --git a/JGE/src/JFileSystem.cpp b/JGE/src/JFileSystem.cpp index 00157cf9e..2b9b2cb07 100644 --- a/JGE/src/JFileSystem.cpp +++ b/JGE/src/JFileSystem.cpp @@ -274,4 +274,4 @@ string JFileSystem::GetResourceFile(string filename) { string result = mResourceRoot; return result.append(filename); -} \ No newline at end of file +} diff --git a/projects/mtg/include/CardSelectorSingleton.h b/projects/mtg/include/CardSelectorSingleton.h index 54af27c67..19b621cbd 100644 --- a/projects/mtg/include/CardSelectorSingleton.h +++ b/projects/mtg/include/CardSelectorSingleton.h @@ -27,4 +27,4 @@ namespace CardSelectorSingleton } -#endif //CARDSELECTORSINGLETON_H \ No newline at end of file +#endif //CARDSELECTORSINGLETON_H diff --git a/projects/mtg/include/GameStateStory.h b/projects/mtg/include/GameStateStory.h index 164ecfdc3..8c506b54e 100644 --- a/projects/mtg/include/GameStateStory.h +++ b/projects/mtg/include/GameStateStory.h @@ -26,4 +26,4 @@ private: }; -#endif \ No newline at end of file +#endif diff --git a/projects/mtg/include/MTGPack.h b/projects/mtg/include/MTGPack.h index 9f22313db..f353ab91e 100644 --- a/projects/mtg/include/MTGPack.h +++ b/projects/mtg/include/MTGPack.h @@ -85,4 +85,4 @@ private: static MTGPack defaultBooster; vector packs; }; -#endif \ No newline at end of file +#endif diff --git a/projects/mtg/include/PrecompiledHeader.h b/projects/mtg/include/PrecompiledHeader.h index b279a279c..05c45bd6f 100644 --- a/projects/mtg/include/PrecompiledHeader.h +++ b/projects/mtg/include/PrecompiledHeader.h @@ -19,4 +19,4 @@ #include "JFileSystem.h" #include "JLogger.h" -#endif //PRECOMPILEDHEADER_H \ No newline at end of file +#endif //PRECOMPILEDHEADER_H diff --git a/projects/mtg/include/StyleManager.h b/projects/mtg/include/StyleManager.h index 7a7260c53..67d0f68f6 100644 --- a/projects/mtg/include/StyleManager.h +++ b/projects/mtg/include/StyleManager.h @@ -29,4 +29,4 @@ protected: vector rules; string activeStyle; map styles; -}; \ No newline at end of file +}; diff --git a/projects/mtg/include/TestSuiteAI.h b/projects/mtg/include/TestSuiteAI.h index ad8ee8d36..5e26c637b 100644 --- a/projects/mtg/include/TestSuiteAI.h +++ b/projects/mtg/include/TestSuiteAI.h @@ -100,4 +100,4 @@ class TestSuiteAI:public AIPlayerBaka{ #endif -#endif \ No newline at end of file +#endif diff --git a/projects/mtg/include/ThisDescriptor.h b/projects/mtg/include/ThisDescriptor.h index b83998a83..4c7db9e8f 100644 --- a/projects/mtg/include/ThisDescriptor.h +++ b/projects/mtg/include/ThisDescriptor.h @@ -97,4 +97,4 @@ class ThisX:public ThisDescriptor{ ThisX(int x); }; -#endif \ No newline at end of file +#endif diff --git a/projects/mtg/include/WDataSrc.h b/projects/mtg/include/WDataSrc.h index 79e8b952c..34ac780c3 100644 --- a/projects/mtg/include/WDataSrc.h +++ b/projects/mtg/include/WDataSrc.h @@ -197,4 +197,4 @@ struct WCSortRarity{ }; -#endif \ No newline at end of file +#endif diff --git a/projects/mtg/include/WFilter.h b/projects/mtg/include/WFilter.h index 95221ac7b..2b417635d 100644 --- a/projects/mtg/include/WFilter.h +++ b/projects/mtg/include/WFilter.h @@ -191,4 +191,4 @@ protected: int ability; }; -#endif \ No newline at end of file +#endif diff --git a/projects/mtg/src/Credits.cpp b/projects/mtg/src/Credits.cpp index 49c72340b..408dd3530 100644 --- a/projects/mtg/src/Credits.cpp +++ b/projects/mtg/src/Credits.cpp @@ -459,4 +459,4 @@ int Credits::IsMoreAIDecksUnlocked(DeckStats * stats) { } } return 0; -} \ No newline at end of file +} diff --git a/projects/mtg/src/PrecompiledHeader.cpp b/projects/mtg/src/PrecompiledHeader.cpp index f07790a06..6d8a50010 100644 --- a/projects/mtg/src/PrecompiledHeader.cpp +++ b/projects/mtg/src/PrecompiledHeader.cpp @@ -1 +1 @@ -#include "PrecompiledHeader.h" \ No newline at end of file +#include "PrecompiledHeader.h" diff --git a/projects/mtg/src/TestSuiteAI.cpp b/projects/mtg/src/TestSuiteAI.cpp index b5c9753a4..422ce140c 100644 --- a/projects/mtg/src/TestSuiteAI.cpp +++ b/projects/mtg/src/TestSuiteAI.cpp @@ -763,4 +763,4 @@ void TestSuite::pregameTests() if (!sb.unitTest()) nbFailed++; } } -#endif \ No newline at end of file +#endif diff --git a/projects/mtg/src/TextScroller.cpp b/projects/mtg/src/TextScroller.cpp index 075bb785e..305ce547b 100644 --- a/projects/mtg/src/TextScroller.cpp +++ b/projects/mtg/src/TextScroller.cpp @@ -146,4 +146,4 @@ void VerticalTextScroller::Render() { WFont * mFont = WResourceManager::Instance()->GetWFont(fontId); mFont->DrawString(mText.c_str(), mX, mY); -} \ No newline at end of file +}