From 5c17259a71fadcdd0b4d0a823e5652a5310420c4 Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Mon, 26 Dec 2016 06:02:01 +0000 Subject: [PATCH] Add newlines at EOF to files that need them. git-svn-id: https://svn.eduke32.com/eduke32@5960 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/build/include/clip.h | 2 +- polymer/eduke32/build/include/hash.h | 2 +- polymer/eduke32/build/include/palette.h | 2 +- polymer/eduke32/build/include/renderlayer.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/polymer/eduke32/build/include/clip.h b/polymer/eduke32/build/include/clip.h index b26c8c060..feda4ed9d 100644 --- a/polymer/eduke32/build/include/clip.h +++ b/polymer/eduke32/build/include/clip.h @@ -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 \ No newline at end of file +#endif diff --git a/polymer/eduke32/build/include/hash.h b/polymer/eduke32/build/include/hash.h index 9e37df63f..e3d2bcc04 100644 --- a/polymer/eduke32/build/include/hash.h +++ b/polymer/eduke32/build/include/hash.h @@ -62,4 +62,4 @@ void inthash_delete(inthashtable_t *t, intptr_t key); } #endif -#endif \ No newline at end of file +#endif diff --git a/polymer/eduke32/build/include/palette.h b/polymer/eduke32/build/include/palette.h index 507e95285..787d56fd7 100644 --- a/polymer/eduke32/build/include/palette.h +++ b/polymer/eduke32/build/include/palette.h @@ -108,4 +108,4 @@ extern void handle_blend(uint8_t enable, uint8_t blend, uint8_t def); } #endif -#endif \ No newline at end of file +#endif diff --git a/polymer/eduke32/build/include/renderlayer.h b/polymer/eduke32/build/include/renderlayer.h index 0cffe763a..0d3d9a314 100644 --- a/polymer/eduke32/build/include/renderlayer.h +++ b/polymer/eduke32/build/include/renderlayer.h @@ -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 \ No newline at end of file +#endif