added missing newlines at the ends of two files as reported by Kevin Morgan.
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 19 Oct 2014 23:13:54 +0000 (23:13 +0000)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 19 Oct 2014 23:13:54 +0000 (23:13 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1721 7f0cb862-5218-0410-a997-914c9d46530a

src/mswin/fg_cursor_mswin.c
src/mswin/fg_state_mswin.c

index dc1c0d8..b8ec716 100644 (file)
@@ -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
+}
index b8cfb37..913e113 100644 (file)
@@ -345,4 +345,4 @@ int *fgPlatformGlutGetModeValues(GLenum eWhat, int *size)
 {
   *size = 0;
   return NULL;
-}
\ No newline at end of file
+}