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
This commit is contained in:
Ozkan Sezer 2010-02-16 12:24:38 +00:00
parent 7411fe1a24
commit d857aff0f3
4 changed files with 6 additions and 4 deletions

View file

@ -729,3 +729,4 @@ void R_DrawAliasModel_ShowTris (entity_t *e)
glPopMatrix ();
}

View file

@ -1003,3 +1003,4 @@ void R_DrawParticles_ShowTris (void)
glEnd ();
}
}