From d857aff0f3512f3aa0b604094a83755aa264104f Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Tue, 16 Feb 2010 12:24:38 +0000 Subject: [PATCH] gl_sky.c, r_alias.c, r_part.c, r_world.c: added newline at the end of the files. git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@24 af15c1b1-3010-417e-b628-4374ebc0bcbd --- Quake/gl_sky.c | 2 +- Quake/r_alias.c | 3 ++- Quake/r_part.c | 3 ++- Quake/r_world.c | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Quake/gl_sky.c b/Quake/gl_sky.c index 543a2061..8219050b 100644 --- a/Quake/gl_sky.c +++ b/Quake/gl_sky.c @@ -1007,4 +1007,4 @@ void Sky_DrawSky (void) } Fog_EnableGFog (); -} \ No newline at end of file +} diff --git a/Quake/r_alias.c b/Quake/r_alias.c index 9ebb0ec0..ee029147 100644 --- a/Quake/r_alias.c +++ b/Quake/r_alias.c @@ -728,4 +728,5 @@ void R_DrawAliasModel_ShowTris (entity_t *e) GL_DrawAliasFrame (paliashdr, lerpdata); glPopMatrix (); -} \ No newline at end of file +} + diff --git a/Quake/r_part.c b/Quake/r_part.c index f86f3079..6f553bcd 100644 --- a/Quake/r_part.c +++ b/Quake/r_part.c @@ -1002,4 +1002,5 @@ void R_DrawParticles_ShowTris (void) } glEnd (); } -} \ No newline at end of file +} + diff --git a/Quake/r_world.c b/Quake/r_world.c index 99f53db9..d49c0144 100644 --- a/Quake/r_world.c +++ b/Quake/r_world.c @@ -744,4 +744,4 @@ fullbrights: glDisable (GL_BLEND); glDepthMask (GL_TRUE); } -} \ No newline at end of file +}