From f8d7231be8ad81824f2509e6babf873d053fae82 Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Wed, 27 Aug 2008 09:27:57 +0000 Subject: [PATCH] Fixed "no newline at end of file" warnings. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@342 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/VideoCommon/Src/VideoState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/VideoCommon/Src/VideoState.cpp b/Source/Core/VideoCommon/Src/VideoState.cpp index e3b4129082..abc5789434 100644 --- a/Source/Core/VideoCommon/Src/VideoState.cpp +++ b/Source/Core/VideoCommon/Src/VideoState.cpp @@ -31,4 +31,4 @@ void VideoCommon_LoadState() { #ifdef WIN32 MessageBoxA(NULL, "LOADING STATE", "From Common Video Library", NULL); #endif -} \ No newline at end of file +}