Added newline to end-of-file

This commit is contained in:
Ittobaal@gmail.com
2011-01-08 12:24:39 +00:00
parent c3b926830a
commit 07ef902d85
14 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -274,4 +274,4 @@ string JFileSystem::GetResourceFile(string filename)
{ {
string result = mResourceRoot; string result = mResourceRoot;
return result.append(filename); return result.append(filename);
} }
+1 -1
View File
@@ -27,4 +27,4 @@ namespace CardSelectorSingleton
} }
#endif //CARDSELECTORSINGLETON_H #endif //CARDSELECTORSINGLETON_H
+1 -1
View File
@@ -26,4 +26,4 @@ private:
}; };
#endif #endif
+1 -1
View File
@@ -85,4 +85,4 @@ private:
static MTGPack defaultBooster; static MTGPack defaultBooster;
vector<MTGPack*> packs; vector<MTGPack*> packs;
}; };
#endif #endif
+1 -1
View File
@@ -19,4 +19,4 @@
#include "JFileSystem.h" #include "JFileSystem.h"
#include "JLogger.h" #include "JLogger.h"
#endif //PRECOMPILEDHEADER_H #endif //PRECOMPILEDHEADER_H
+1 -1
View File
@@ -29,4 +29,4 @@ protected:
vector<WStyleRule*> rules; vector<WStyleRule*> rules;
string activeStyle; string activeStyle;
map<string,WStyle*> styles; map<string,WStyle*> styles;
}; };
+1 -1
View File
@@ -100,4 +100,4 @@ class TestSuiteAI:public AIPlayerBaka{
#endif #endif
#endif #endif
+1 -1
View File
@@ -97,4 +97,4 @@ class ThisX:public ThisDescriptor{
ThisX(int x); ThisX(int x);
}; };
#endif #endif
+1 -1
View File
@@ -197,4 +197,4 @@ struct WCSortRarity{
}; };
#endif #endif
+1 -1
View File
@@ -191,4 +191,4 @@ protected:
int ability; int ability;
}; };
#endif #endif
+1 -1
View File
@@ -459,4 +459,4 @@ int Credits::IsMoreAIDecksUnlocked(DeckStats * stats) {
} }
} }
return 0; return 0;
} }
+1 -1
View File
@@ -1 +1 @@
#include "PrecompiledHeader.h" #include "PrecompiledHeader.h"
+1 -1
View File
@@ -763,4 +763,4 @@ void TestSuite::pregameTests()
if (!sb.unitTest()) nbFailed++; if (!sb.unitTest()) nbFailed++;
} }
} }
#endif #endif
+1 -1
View File
@@ -146,4 +146,4 @@ void VerticalTextScroller::Render()
{ {
WFont * mFont = WResourceManager::Instance()->GetWFont(fontId); WFont * mFont = WResourceManager::Instance()->GetWFont(fontId);
mFont->DrawString(mText.c_str(), mX, mY); mFont->DrawString(mText.c_str(), mX, mY);
} }