mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-24 05:01:40 +00:00
Fix a couple files not ending with a newline.
This commit is contained in:
parent
082ecc4d6c
commit
3bb7138b84
2 changed files with 2 additions and 2 deletions
|
@ -40,4 +40,4 @@ typedef struct {
|
|||
float sunAmbCol[3];
|
||||
} refdefex_t;
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -30,4 +30,4 @@ void RB_BokehBlur(float blur);
|
|||
void RB_GodRays(void);
|
||||
void RB_GaussianBlur(float blur);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue