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/Core/VideoCommon | |
| 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/Core/VideoCommon')
| -rw-r--r-- | Source/Core/VideoCommon/Src/BPFunctions.h | 2 | ||||
| -rw-r--r-- | Source/Core/VideoCommon/Src/OpcodeDecoding.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/Src/BPFunctions.h b/Source/Core/VideoCommon/Src/BPFunctions.h index 3825fd9f58..1edc506a8c 100644 --- a/Source/Core/VideoCommon/Src/BPFunctions.h +++ b/Source/Core/VideoCommon/Src/BPFunctions.h @@ -54,4 +54,4 @@ void SetSamplerState(const BPCmd &bp); void SetInterlacingMode(const BPCmd &bp); }; -#endif // _BPFUNCTIONS_H
\ No newline at end of file +#endif // _BPFUNCTIONS_H diff --git a/Source/Core/VideoCommon/Src/OpcodeDecoding.cpp b/Source/Core/VideoCommon/Src/OpcodeDecoding.cpp index 8985814309..f65f0565bb 100644 --- a/Source/Core/VideoCommon/Src/OpcodeDecoding.cpp +++ b/Source/Core/VideoCommon/Src/OpcodeDecoding.cpp @@ -412,4 +412,4 @@ void OpcodeDecoder_Run(bool skipped_frame) while (FifoCommandRunnable()) DecodeSemiNop(); } -}
\ No newline at end of file +} |
