From: John Tsiombikas Date: Sun, 19 Oct 2014 23:13:54 +0000 (+0000) Subject: added missing newlines at the ends of two files as reported by Kevin Morgan. X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=aa471c243b7d0b68de430fe3d1167d081bc31447;p=freeglut added missing newlines at the ends of two files as reported by Kevin Morgan. git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1721 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/src/mswin/fg_cursor_mswin.c b/src/mswin/fg_cursor_mswin.c index dc1c0d8..b8ec716 100644 --- a/src/mswin/fg_cursor_mswin.c +++ b/src/mswin/fg_cursor_mswin.c @@ -143,4 +143,4 @@ void fghPlatformGetCursorPos(const SFG_Window *window, GLboolean client, SFG_XYU mouse_pos->X = pos.x; mouse_pos->Y = pos.y; mouse_pos->Use = GL_TRUE; -} \ No newline at end of file +} diff --git a/src/mswin/fg_state_mswin.c b/src/mswin/fg_state_mswin.c index b8cfb37..913e113 100644 --- a/src/mswin/fg_state_mswin.c +++ b/src/mswin/fg_state_mswin.c @@ -345,4 +345,4 @@ int *fgPlatformGlutGetModeValues(GLenum eWhat, int *size) { *size = 0; return NULL; -} \ No newline at end of file +}