diff options
| author | bztdlinux <bztdlinux@gmail.com> | 2009-11-15 22:26:39 +0000 |
|---|---|---|
| committer | bztdlinux <bztdlinux@gmail.com> | 2009-11-15 22:26:39 +0000 |
| commit | f796d4d7478f4efb1cef54ab131046f4ecc59574 (patch) | |
| tree | 5352327950ebad2251fca1b748fe4c8b852e94b9 /Source/Plugins/Plugin_VideoSoftware/Src/Clipper.cpp | |
| parent | d28a1e06f51b081cfd3de82e7ecdb1b335c8060d (diff) | |
STAND BACK - NEWLINE POLICE
gcc spams warnings when newlines are not at the end of files.
reason: http://gcc.gnu.org/ml/gcc/2001-07/msg01120.html
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4582 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Plugins/Plugin_VideoSoftware/Src/Clipper.cpp')
| -rw-r--r-- | Source/Plugins/Plugin_VideoSoftware/Src/Clipper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/Clipper.cpp b/Source/Plugins/Plugin_VideoSoftware/Src/Clipper.cpp index f475028c24..4fd467a8ca 100644 --- a/Source/Plugins/Plugin_VideoSoftware/Src/Clipper.cpp +++ b/Source/Plugins/Plugin_VideoSoftware/Src/Clipper.cpp @@ -297,4 +297,4 @@ namespace Clipper screen[2] = projected[2] * wInverse + m_ViewOffset[2];
}
-}
\ No newline at end of file +} |
