From 2fec57623c548007b60a77db7b1e097713c05bc8 Mon Sep 17 00:00:00 2001 From: James Canete Date: Sat, 15 Dec 2012 00:40:08 +0000 Subject: Fix a couple files not ending with a newline. --- src/rend2/tr_extratypes.h | 2 +- src/rend2/tr_postprocess.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/rend2/tr_extratypes.h b/src/rend2/tr_extratypes.h index 3d185851..b84cd5e4 100644 --- a/src/rend2/tr_extratypes.h +++ b/src/rend2/tr_extratypes.h @@ -40,4 +40,4 @@ typedef struct { float sunAmbCol[3]; } refdefex_t; -#endif \ No newline at end of file +#endif diff --git a/src/rend2/tr_postprocess.h b/src/rend2/tr_postprocess.h index 5575bfd2..d4c22658 100644 --- a/src/rend2/tr_postprocess.h +++ b/src/rend2/tr_postprocess.h @@ -30,4 +30,4 @@ void RB_BokehBlur(float blur); void RB_GodRays(void); void RB_GaussianBlur(float blur); -#endif \ No newline at end of file +#endif -- cgit