Add newlines at EOF to files that need them.

git-svn-id: https://svn.eduke32.com/eduke32@5960 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2016-12-26 06:02:01 +00:00
parent a31ad532dd
commit 5c17259a71
4 changed files with 4 additions and 4 deletions

View file

@ -84,4 +84,4 @@ int32_t clipmovex(vec3_t *pos, int16_t *sectnum, int32_t xvect, int32_t yvect, i
int32_t pushmove(vec3_t *vect, int16_t *sectnum, int32_t walldist, int32_t ceildist, int32_t flordist,
uint32_t cliptype) ATTRIBUTE((nonnull(1, 2)));
#endif
#endif

View file

@ -62,4 +62,4 @@ void inthash_delete(inthashtable_t *t, intptr_t key);
}
#endif
#endif
#endif

View file

@ -108,4 +108,4 @@ extern void handle_blend(uint8_t enable, uint8_t blend, uint8_t def);
}
#endif
#endif
#endif

View file

@ -16,4 +16,4 @@
#if defined _WIN32 || defined EDUKE32_OSX || defined HAVE_GTK2 || (defined RENDERTYPESDL && SDL_MAJOR_VERSION >= 2)
# define WM_MSGBOX_WINDOW
#endif
#endif
#endif