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
@@ -459,4 +459,4 @@ int Credits::IsMoreAIDecksUnlocked(DeckStats * stats) {
}
}
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++;
}
}
#endif
#endif
+1 -1
View File
@@ -146,4 +146,4 @@ void VerticalTextScroller::Render()
{
WFont * mFont = WResourceManager::Instance()->GetWFont(fontId);
mFont->DrawString(mText.c_str(), mX, mY);
}
}