diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-02-18 19:56:36 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-02-18 19:56:36 +0000 |
commit | f7c02276ee4d2260d2b32a4fe5846bec93a7f4c6 (patch) | |
tree | 9b521e769f0a2a11e04f0dd4c943879665934df3 | |
parent | b41e6bd093331cb3c5af28fc44b6e985b5ca33e8 (diff) | |
download | xine-lib-f7c02276ee4d2260d2b32a4fe5846bec93a7f4c6.tar.gz xine-lib-f7c02276ee4d2260d2b32a4fe5846bec93a7f4c6.tar.bz2 |
"No newline at end of file" fixes.
-rw-r--r-- | src/post/goom/ppc_zoom_ultimate.h | 2 | ||||
-rw-r--r-- | src/xine-utils/xine_mmx.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/post/goom/ppc_zoom_ultimate.h b/src/post/goom/ppc_zoom_ultimate.h index d6932e7e6..d070071c9 100644 --- a/src/post/goom/ppc_zoom_ultimate.h +++ b/src/post/goom/ppc_zoom_ultimate.h @@ -11,4 +11,4 @@ void ppc_zoom_generic (int sizeX, int sizeY, Pixel *src, Pixel *dest, int *brutS, int *brutD, int buffratio, int precalCoef[16][16]); /* G4 Specific PowerPC Code (Possible use of Altivec and Data Streams) */ -void ppc_zoom_G4 (int sizeX, int sizeY, Pixel *src, Pixel *dest, int *brutS, int *brutD, int buffratio, int precalCoef[16][16]);
\ No newline at end of file +void ppc_zoom_G4 (int sizeX, int sizeY, Pixel *src, Pixel *dest, int *brutS, int *brutD, int buffratio, int precalCoef[16][16]); diff --git a/src/xine-utils/xine_mmx.h b/src/xine-utils/xine_mmx.h index 589e1b7fb..440d1efcc 100644 --- a/src/xine-utils/xine_mmx.h +++ b/src/xine-utils/xine_mmx.h @@ -487,4 +487,4 @@ typedef union { : "X" (mem)) #endif /*ARCH_X86 */ -#endif /*XINE_MMX_H*/
\ No newline at end of file +#endif /*XINE_MMX_H*/ |