summaryrefslogtreecommitdiff
path: root/Source/Core/Common
diff options
context:
space:
mode:
authorbztdlinux <bztdlinux@gmail.com>2009-11-15 22:26:39 +0000
committerbztdlinux <bztdlinux@gmail.com>2009-11-15 22:26:39 +0000
commitf796d4d7478f4efb1cef54ab131046f4ecc59574 (patch)
tree5352327950ebad2251fca1b748fe4c8b852e94b9 /Source/Core/Common
parentd28a1e06f51b081cfd3de82e7ecdb1b335c8060d (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/Common')
-rw-r--r--Source/Core/Common/Src/MemArena.cpp2
-rw-r--r--Source/Core/Common/Src/MemoryUtil.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/Common/Src/MemArena.cpp b/Source/Core/Common/Src/MemArena.cpp
index 3439ba9269..42fd97d886 100644
--- a/Source/Core/Common/Src/MemArena.cpp
+++ b/Source/Core/Common/Src/MemArena.cpp
@@ -284,4 +284,4 @@ void MemoryMap_Shutdown(const MemoryView *views, int num_views, u32 flags, MemAr
if (views[i].out_ptr_low)
*views[i].out_ptr_low = NULL;
}
-} \ No newline at end of file
+}
diff --git a/Source/Core/Common/Src/MemoryUtil.cpp b/Source/Core/Common/Src/MemoryUtil.cpp
index bf826beaff..a6c89615ab 100644
--- a/Source/Core/Common/Src/MemoryUtil.cpp
+++ b/Source/Core/Common/Src/MemoryUtil.cpp
@@ -158,4 +158,4 @@ std::string MemUsage()
#else
return "";
#endif
-} \ No newline at end of file
+}