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