summaryrefslogtreecommitdiff
path: root/Source
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
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')
-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
-rw-r--r--Source/Plugins/Plugin_VideoDX9/Src/Vec3.h2
-rw-r--r--Source/Plugins/Plugin_VideoOGL/Src/VertexShaderCache.h2
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/BPMemLoader.h2
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/CPMemLoader.h2
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/Clipper.cpp2
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/Clipper.h2
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/CommandProcessor.h2
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/DebugUtil.cpp2
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/DebugUtil.h2
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/EfbCopy.cpp2
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/EfbCopy.h2
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/EfbInterface.cpp2
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/EfbInterface.h2
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/OpcodeDecoder.cpp2
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/OpcodeDecoder.h2
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/Rasterizer.h2
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/SetupUnit.h2
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/Tev.h2
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/TextureEncoder.h2
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/TextureSampler.h2
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/TransformUnit.h2
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/VertexFormatConverter.cpp2
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/VertexFormatConverter.h2
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/VertexLoader.h2
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/VertexLoader_Position.h2
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/VideoCommon.h2
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/XFMemLoader.h2
-rw-r--r--Source/Plugins/Plugin_Wiimote/Src/Config.cpp2
-rw-r--r--Source/Plugins/Plugin_Wiimote/Src/Config.h2
-rw-r--r--Source/Plugins/Plugin_Wiimote/Src/Encryption.cpp2
-rw-r--r--Source/Plugins/Plugin_nJoy_SDL/Src/GUI/ConfigAdvanced.cpp2
46 files changed, 46 insertions, 46 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
+}
diff --git a/Source/Plugins/Plugin_VideoDX9/Src/Vec3.h b/Source/Plugins/Plugin_VideoDX9/Src/Vec3.h
index 4d0a25038f..3dc5e9dd3e 100644
--- a/Source/Plugins/Plugin_VideoDX9/Src/Vec3.h
+++ b/Source/Plugins/Plugin_VideoDX9/Src/Vec3.h
@@ -113,4 +113,4 @@ public:
}
};
-#endif \ No newline at end of file
+#endif
diff --git a/Source/Plugins/Plugin_VideoOGL/Src/VertexShaderCache.h b/Source/Plugins/Plugin_VideoOGL/Src/VertexShaderCache.h
index 9bdc140469..704b3a5787 100644
--- a/Source/Plugins/Plugin_VideoOGL/Src/VertexShaderCache.h
+++ b/Source/Plugins/Plugin_VideoOGL/Src/VertexShaderCache.h
@@ -71,4 +71,4 @@ public:
static void EnableShader(GLuint Shader);
};
-#endif // _VERTEXSHADERCACHE_H_ \ No newline at end of file
+#endif // _VERTEXSHADERCACHE_H_
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/BPMemLoader.h b/Source/Plugins/Plugin_VideoSoftware/Src/BPMemLoader.h
index cde13ff3cb..0ddc46bb80 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/BPMemLoader.h
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/BPMemLoader.h
@@ -25,4 +25,4 @@
void InitBPMemory();
-#endif \ No newline at end of file
+#endif
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/CPMemLoader.h b/Source/Plugins/Plugin_VideoSoftware/Src/CPMemLoader.h
index c72a5abac6..5f81a70da6 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/CPMemLoader.h
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/CPMemLoader.h
@@ -24,4 +24,4 @@
#include "../../../Core/VideoCommon/Src/CPMemory.h"
-#endif \ No newline at end of file
+#endif
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
+}
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/Clipper.h b/Source/Plugins/Plugin_VideoSoftware/Src/Clipper.h
index f2e6696c4c..7edf0ead9c 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/Clipper.h
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/Clipper.h
@@ -43,4 +43,4 @@ namespace Clipper
}
-#endif \ No newline at end of file
+#endif
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/CommandProcessor.h b/Source/Plugins/Plugin_VideoSoftware/Src/CommandProcessor.h
index 58e1b8cbda..952c4c937a 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/CommandProcessor.h
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/CommandProcessor.h
@@ -167,4 +167,4 @@ namespace CommandProcessor
} // end of namespace CommandProcessor
-#endif \ No newline at end of file
+#endif
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/DebugUtil.cpp b/Source/Plugins/Plugin_VideoSoftware/Src/DebugUtil.cpp
index 43cd617e2d..3b07a9faac 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/DebugUtil.cpp
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/DebugUtil.cpp
@@ -210,4 +210,4 @@ void OnFrameEnd()
}
}
-} \ No newline at end of file
+}
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/DebugUtil.h b/Source/Plugins/Plugin_VideoSoftware/Src/DebugUtil.h
index 0d3ff77fe4..c03d291f66 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/DebugUtil.h
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/DebugUtil.h
@@ -34,4 +34,4 @@ namespace DebugUtil
void DrawObjectBuffer(s16 x, s16 y, u8 *color, int buffer, const char *name);
}
-#endif \ No newline at end of file
+#endif
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/EfbCopy.cpp b/Source/Plugins/Plugin_VideoSoftware/Src/EfbCopy.cpp
index 1bf9a163b1..f5fdb7a076 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/EfbCopy.cpp
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/EfbCopy.cpp
@@ -105,4 +105,4 @@ namespace EfbCopy
}
}
}
-} \ No newline at end of file
+}
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/EfbCopy.h b/Source/Plugins/Plugin_VideoSoftware/Src/EfbCopy.h
index c19f9365db..1f05123d87 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/EfbCopy.h
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/EfbCopy.h
@@ -29,4 +29,4 @@ namespace EfbCopy
}
-#endif \ No newline at end of file
+#endif
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/EfbInterface.cpp b/Source/Plugins/Plugin_VideoSoftware/Src/EfbInterface.cpp
index 10153f20e5..f99e94c155 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/EfbInterface.cpp
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/EfbInterface.cpp
@@ -542,4 +542,4 @@ namespace EfbInterface
return pass;
}
-} \ No newline at end of file
+}
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/EfbInterface.h b/Source/Plugins/Plugin_VideoSoftware/Src/EfbInterface.h
index 71ecfe8cff..815d39355d 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/EfbInterface.h
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/EfbInterface.h
@@ -47,4 +47,4 @@ namespace EfbInterface
extern u8 efbColorTexture[EFB_WIDTH*EFB_HEIGHT*4]; // rgba format
}
-#endif \ No newline at end of file
+#endif
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/OpcodeDecoder.cpp b/Source/Plugins/Plugin_VideoSoftware/Src/OpcodeDecoder.cpp
index 5c27e92c42..43085c6ec3 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/OpcodeDecoder.cpp
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/OpcodeDecoder.cpp
@@ -294,4 +294,4 @@ void Run(u32 iBufferSize)
currentFunction(iBufferSize);
}
-} \ No newline at end of file
+}
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/OpcodeDecoder.h b/Source/Plugins/Plugin_VideoSoftware/Src/OpcodeDecoder.h
index f7461794a3..eb92cf9cb8 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/OpcodeDecoder.h
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/OpcodeDecoder.h
@@ -59,4 +59,4 @@ namespace OpcodeDecoder
void Run(u32 iBufferSize);
}
-#endif \ No newline at end of file
+#endif
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/Rasterizer.h b/Source/Plugins/Plugin_VideoSoftware/Src/Rasterizer.h
index ec5209e871..3d7026fbe0 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/Rasterizer.h
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/Rasterizer.h
@@ -46,4 +46,4 @@ namespace Rasterizer
static Slope TexSlopes[8][3];
}
-#endif \ No newline at end of file
+#endif
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/SetupUnit.h b/Source/Plugins/Plugin_VideoSoftware/Src/SetupUnit.h
index 9bd4378a75..9866b22047 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/SetupUnit.h
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/SetupUnit.h
@@ -47,4 +47,4 @@ public:
void SetupVertex();
};
-#endif \ No newline at end of file
+#endif
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/Tev.h b/Source/Plugins/Plugin_VideoSoftware/Src/Tev.h
index dbaa6e5ac0..69b5f45e18 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/Tev.h
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/Tev.h
@@ -73,4 +73,4 @@ public:
enum { RED_C, GRN_C, BLU_C, ALP_C };
};
-#endif \ No newline at end of file
+#endif
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/TextureEncoder.h b/Source/Plugins/Plugin_VideoSoftware/Src/TextureEncoder.h
index e36bdefb5c..fa16f1d06e 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/TextureEncoder.h
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/TextureEncoder.h
@@ -26,4 +26,4 @@ namespace TextureEncoder
void Encode(u8 *dest_ptr);
}
-#endif \ No newline at end of file
+#endif
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/TextureSampler.h b/Source/Plugins/Plugin_VideoSoftware/Src/TextureSampler.h
index a99fcfc3fb..27d786068d 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/TextureSampler.h
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/TextureSampler.h
@@ -27,4 +27,4 @@ namespace TextureSampler
}
-#endif \ No newline at end of file
+#endif
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/TransformUnit.h b/Source/Plugins/Plugin_VideoSoftware/Src/TransformUnit.h
index b7f450d447..b2f7a155e4 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/TransformUnit.h
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/TransformUnit.h
@@ -34,4 +34,4 @@ namespace TransformUnit
void TransformTexCoord(const InputVertexData *src, OutputVertexData *dst);
}
-#endif \ No newline at end of file
+#endif
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/VertexFormatConverter.cpp b/Source/Plugins/Plugin_VideoSoftware/Src/VertexFormatConverter.cpp
index 965c9301b9..d3d3f421c9 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/VertexFormatConverter.cpp
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/VertexFormatConverter.cpp
@@ -72,4 +72,4 @@ namespace VertexFormatConverter
dst->normal[i][2] = ((float*)src)[j + 2];
}
}
-} \ No newline at end of file
+}
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/VertexFormatConverter.h b/Source/Plugins/Plugin_VideoSoftware/Src/VertexFormatConverter.h
index e311ea9c4b..2733813d73 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/VertexFormatConverter.h
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/VertexFormatConverter.h
@@ -32,4 +32,4 @@ namespace VertexFormatConverter
void LoadNormal3_Float(InputVertexData *dst, u8 *src);
}
-#endif \ No newline at end of file
+#endif
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/VertexLoader.h b/Source/Plugins/Plugin_VideoSoftware/Src/VertexLoader.h
index 3b76e8f078..9a3935a610 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/VertexLoader.h
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/VertexLoader.h
@@ -73,4 +73,4 @@ public:
};
-#endif \ No newline at end of file
+#endif
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/VertexLoader_Position.h b/Source/Plugins/Plugin_VideoSoftware/Src/VertexLoader_Position.h
index 191c9b1117..a60d3deb76 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/VertexLoader_Position.h
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/VertexLoader_Position.h
@@ -17,4 +17,4 @@
#include "NativeVertexFormat.h"
-#include "../../../Core/VideoCommon/Src/VertexLoader_Position.h" \ No newline at end of file
+#include "../../../Core/VideoCommon/Src/VertexLoader_Position.h"
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/VideoCommon.h b/Source/Plugins/Plugin_VideoSoftware/Src/VideoCommon.h
index ef6b995e52..e76c46e445 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/VideoCommon.h
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/VideoCommon.h
@@ -15,4 +15,4 @@
// Official SVN repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/
-#include "../../../Core/VideoCommon/Src/VideoCommon.h" \ No newline at end of file
+#include "../../../Core/VideoCommon/Src/VideoCommon.h"
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/XFMemLoader.h b/Source/Plugins/Plugin_VideoSoftware/Src/XFMemLoader.h
index 3e9a355fe4..f9adbeabac 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/XFMemLoader.h
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/XFMemLoader.h
@@ -246,4 +246,4 @@ void LoadXFReg(u32 transferSize, u32 baseAddress, u32 *pData);
void LoadIndexedXF(u32 val, int array);
-#endif \ No newline at end of file
+#endif
diff --git a/Source/Plugins/Plugin_Wiimote/Src/Config.cpp b/Source/Plugins/Plugin_Wiimote/Src/Config.cpp
index 7b57ed9836..9060e1ed66 100644
--- a/Source/Plugins/Plugin_Wiimote/Src/Config.cpp
+++ b/Source/Plugins/Plugin_Wiimote/Src/Config.cpp
@@ -442,4 +442,4 @@ void Config::Save(int Slot)
iniFile.Save(FULL_CONFIG_DIR "IR Pointer.ini");
//DEBUG_LOG(WIIMOTE, "Save()");
-} \ No newline at end of file
+}
diff --git a/Source/Plugins/Plugin_Wiimote/Src/Config.h b/Source/Plugins/Plugin_Wiimote/Src/Config.h
index c392e6b308..60975aa5c4 100644
--- a/Source/Plugins/Plugin_Wiimote/Src/Config.h
+++ b/Source/Plugins/Plugin_Wiimote/Src/Config.h
@@ -120,4 +120,4 @@ struct Config
};
extern Config g_Config;
-#endif // _PLUGIN_WIIMOTE_CONFIG_H \ No newline at end of file
+#endif // _PLUGIN_WIIMOTE_CONFIG_H
diff --git a/Source/Plugins/Plugin_Wiimote/Src/Encryption.cpp b/Source/Plugins/Plugin_Wiimote/Src/Encryption.cpp
index e509eb9b44..6db639ac91 100644
--- a/Source/Plugins/Plugin_Wiimote/Src/Encryption.cpp
+++ b/Source/Plugins/Plugin_Wiimote/Src/Encryption.cpp
@@ -293,4 +293,4 @@ void wiimote_decrypt(wiimote_key *key, u8 *data, int addr, u8 len)
{
for(int i = 0; i < len; i++, addr++)
data[i] = (data[i] ^ key->sb[addr%8]) + key->ft[addr%8];
-} \ No newline at end of file
+}
diff --git a/Source/Plugins/Plugin_nJoy_SDL/Src/GUI/ConfigAdvanced.cpp b/Source/Plugins/Plugin_nJoy_SDL/Src/GUI/ConfigAdvanced.cpp
index c9b590d2c2..1ff23d3517 100644
--- a/Source/Plugins/Plugin_nJoy_SDL/Src/GUI/ConfigAdvanced.cpp
+++ b/Source/Plugins/Plugin_nJoy_SDL/Src/GUI/ConfigAdvanced.cpp
@@ -370,4 +370,4 @@ wxBitmap PADConfigDialognJoy::CreateBitmapArea(int Max, int Diagonal)
dc.DrawPolygon(8, Points);
return bitmap;
-} \ No newline at end of file
+}