From dde408cf00e0378217bbfdedd52e557bcfcbbc9c Mon Sep 17 00:00:00 2001 From: sezero Date: Fri, 3 Aug 2018 18:33:57 +0300 Subject: [PATCH] added missing newline at end of two files --- glide3x/h5/glide3/src/ditex.c | 2 +- glide3x/h5/minihwc/setmode.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/glide3x/h5/glide3/src/ditex.c b/glide3x/h5/glide3/src/ditex.c index 2223ea5..fb0ecb8 100644 --- a/glide3x/h5/glide3/src/ditex.c +++ b/glide3x/h5/glide3/src/ditex.c @@ -2253,4 +2253,4 @@ GR_EXT_ENTRY(grTexDownloadTablePartialExt, void, GR_END(); #undef FN_NAME } /* grTexDownloadTablePartialExt */ -#endif \ No newline at end of file +#endif diff --git a/glide3x/h5/minihwc/setmode.h b/glide3x/h5/minihwc/setmode.h index ff600dd..6065d59 100644 --- a/glide3x/h5/minihwc/setmode.h +++ b/glide3x/h5/minihwc/setmode.h @@ -36,4 +36,4 @@ FxBool setVideoMode( void *hwnd, void resetVideo( void ); FxBool checkResolutions(FxBool *supportedByResolution, FxU32 stride, void *hmon); -#endif \ No newline at end of file +#endif