Skip to content

Commit

Permalink
Fix a couple files not ending with a newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileTheory committed Dec 15, 2012
1 parent 082ecc4 commit 3bb7138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/rend2/tr_extratypes.h
Expand Up @@ -40,4 +40,4 @@ typedef struct {
float sunAmbCol[3];
} refdefex_t;

#endif
#endif
2 changes: 1 addition & 1 deletion code/rend2/tr_postprocess.h
Expand Up @@ -30,4 +30,4 @@ void RB_BokehBlur(float blur);
void RB_GodRays(void);
void RB_GaussianBlur(float blur);

#endif
#endif

0 comments on commit 3bb7138

Please sign in to comment.