diff options
author | James Canete <use.less01@gmail.com> | 2012-12-15 00:40:08 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-12 21:26:41 +0000 |
commit | 2fec57623c548007b60a77db7b1e097713c05bc8 (patch) | |
tree | b38e639509086588dd9e6b947d6b9fc7a2cbdb8e /src | |
parent | ea110e3aa0bf01bea7b95e885d60db9effd7571f (diff) |
Fix a couple files not ending with a newline.
Diffstat (limited to 'src')
-rw-r--r-- | src/rend2/tr_extratypes.h | 2 | ||||
-rw-r--r-- | src/rend2/tr_postprocess.h | 2 |
2 files changed, 2 insertions, 2 deletions
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 |