summaryrefslogtreecommitdiff
path: root/Source/Core
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
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')
-rw-r--r--Source/Core/Common/Src/MemArena.cpp2
-rw-r--r--Source/Core/Common/Src/MemoryUtil.cpp2
-rw-r--r--Source/Core/Core/Src/ActionReplay.cpp2
-rw-r--r--Source/Core/Core/Src/CoreRerecording.cpp2
-rw-r--r--Source/Core/Core/Src/HW/EXI_DeviceMemoryCard.cpp2
-rw-r--r--Source/Core/Core/Src/PowerPC/Jit64/Jit.h2
-rw-r--r--Source/Core/Core/Src/PowerPC/PPCCache.cpp2
-rw-r--r--Source/Core/Core/Src/PowerPC/PPCCache.h2
-rw-r--r--Source/Core/Core/Src/PowerPC/PowerPC.h2
-rw-r--r--Source/Core/DiscIO/Src/FileMonitor.h2
-rw-r--r--Source/Core/DiscIO/Src/VolumeGC.h2
-rw-r--r--Source/Core/DolphinWX/resources/Flag_Taiwan.xpm2
-rw-r--r--Source/Core/DolphinWX/resources/Flag_Unknown.xpm2
-rw-r--r--Source/Core/VideoCommon/Src/BPFunctions.h2
-rw-r--r--Source/Core/VideoCommon/Src/OpcodeDecoding.cpp2
15 files changed, 15 insertions, 15 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
+}
diff --git a/Source/Core/Core/Src/ActionReplay.cpp b/Source/Core/Core/Src/ActionReplay.cpp
index dd7452590e..b4d8dd4ab0 100644
--- a/Source/Core/Core/Src/ActionReplay.cpp
+++ b/Source/Core/Core/Src/ActionReplay.cpp
@@ -833,4 +833,4 @@ bool CompareValues(u32 val1, u32 val2, int type)
return false;
}
}
-} // namespace ActionReplay \ No newline at end of file
+} // namespace ActionReplay
diff --git a/Source/Core/Core/Src/CoreRerecording.cpp b/Source/Core/Core/Src/CoreRerecording.cpp
index e9ee9b05c7..e382351df5 100644
--- a/Source/Core/Core/Src/CoreRerecording.cpp
+++ b/Source/Core/Core/Src/CoreRerecording.cpp
@@ -246,4 +246,4 @@ void FrameUpdate()
} // Core
-#endif // RERECORDING \ No newline at end of file
+#endif // RERECORDING
diff --git a/Source/Core/Core/Src/HW/EXI_DeviceMemoryCard.cpp b/Source/Core/Core/Src/HW/EXI_DeviceMemoryCard.cpp
index e61542184a..5b400b5219 100644
--- a/Source/Core/Core/Src/HW/EXI_DeviceMemoryCard.cpp
+++ b/Source/Core/Core/Src/HW/EXI_DeviceMemoryCard.cpp
@@ -443,4 +443,4 @@ void CEXIMemoryCard::DoState(PointerWrap &p)
slot = 1;
ExpansionInterface::ChangeDevice(slot, slot ? EXIDEVICE_MEMORYCARD_B : EXIDEVICE_MEMORYCARD_A, 0);
#endif
-} \ No newline at end of file
+}
diff --git a/Source/Core/Core/Src/PowerPC/Jit64/Jit.h b/Source/Core/Core/Src/PowerPC/Jit64/Jit.h
index f429cc4e6d..5280f0e0ad 100644
--- a/Source/Core/Core/Src/PowerPC/Jit64/Jit.h
+++ b/Source/Core/Core/Src/PowerPC/Jit64/Jit.h
@@ -310,4 +310,4 @@ public:
extern Jit64 jit;
#endif // _JIT_H
-#endif // JITTEST \ No newline at end of file
+#endif // JITTEST
diff --git a/Source/Core/Core/Src/PowerPC/PPCCache.cpp b/Source/Core/Core/Src/PowerPC/PPCCache.cpp
index 0af5e3e97f..b4a85dcc5f 100644
--- a/Source/Core/Core/Src/PowerPC/PPCCache.cpp
+++ b/Source/Core/Core/Src/PowerPC/PPCCache.cpp
@@ -164,4 +164,4 @@ namespace PowerPC
return res;
}
-} \ No newline at end of file
+}
diff --git a/Source/Core/Core/Src/PowerPC/PPCCache.h b/Source/Core/Core/Src/PowerPC/PPCCache.h
index d00986cf87..9a488c854f 100644
--- a/Source/Core/Core/Src/PowerPC/PPCCache.h
+++ b/Source/Core/Core/Src/PowerPC/PPCCache.h
@@ -57,4 +57,4 @@ namespace PowerPC
}
-#endif \ No newline at end of file
+#endif
diff --git a/Source/Core/Core/Src/PowerPC/PowerPC.h b/Source/Core/Core/Src/PowerPC/PowerPC.h
index b7020f9598..87abb1e1b9 100644
--- a/Source/Core/Core/Src/PowerPC/PowerPC.h
+++ b/Source/Core/Core/Src/PowerPC/PowerPC.h
@@ -198,4 +198,4 @@ inline void SetXER_SO(int value) {
void UpdateFPRF(double dvalue);
-#endif \ No newline at end of file
+#endif
diff --git a/Source/Core/DiscIO/Src/FileMonitor.h b/Source/Core/DiscIO/Src/FileMonitor.h
index 6b50774276..9178508610 100644
--- a/Source/Core/DiscIO/Src/FileMonitor.h
+++ b/Source/Core/DiscIO/Src/FileMonitor.h
@@ -29,4 +29,4 @@ void ReadGC(std::string File);
void CheckFile(std::string File, int Size);
void FindFilename(u64 Offset);
-} \ No newline at end of file
+}
diff --git a/Source/Core/DiscIO/Src/VolumeGC.h b/Source/Core/DiscIO/Src/VolumeGC.h
index 5b922c4f8f..5fd18ea96a 100644
--- a/Source/Core/DiscIO/Src/VolumeGC.h
+++ b/Source/Core/DiscIO/Src/VolumeGC.h
@@ -46,4 +46,4 @@ private:
} // namespace
-#endif \ No newline at end of file
+#endif
diff --git a/Source/Core/DolphinWX/resources/Flag_Taiwan.xpm b/Source/Core/DolphinWX/resources/Flag_Taiwan.xpm
index 2dbb119f81..cdb406c116 100644
--- a/Source/Core/DolphinWX/resources/Flag_Taiwan.xpm
+++ b/Source/Core/DolphinWX/resources/Flag_Taiwan.xpm
@@ -121,4 +121,4 @@ static const char * Flag_Taiwan_xpm[] = {
" ",
" ",
" ",
-" "}; \ No newline at end of file
+" "};
diff --git a/Source/Core/DolphinWX/resources/Flag_Unknown.xpm b/Source/Core/DolphinWX/resources/Flag_Unknown.xpm
index a63d52976b..3d95beb102 100644
--- a/Source/Core/DolphinWX/resources/Flag_Unknown.xpm
+++ b/Source/Core/DolphinWX/resources/Flag_Unknown.xpm
@@ -47,4 +47,4 @@ static const char *const Flag_Unknown_xpm[] = {
" ",
" ",
" ",
-" "}; \ No newline at end of file
+" "};
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
+}