diff --git a/code/rend2/tr_extratypes.h b/code/rend2/tr_extratypes.h index 3d185851..b84cd5e4 100644 --- a/code/rend2/tr_extratypes.h +++ b/code/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/code/rend2/tr_postprocess.h b/code/rend2/tr_postprocess.h index 5575bfd2..d4c22658 100644 --- a/code/rend2/tr_postprocess.h +++ b/code/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