summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoSoftware
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/Plugins/Plugin_VideoSoftware
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/Plugins/Plugin_VideoSoftware')
-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
25 files changed, 25 insertions, 25 deletions
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