added missing newlines at the ends of two files as reported by Kevin Morgan.

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1721 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
jtsiomb 2014-10-19 23:13:54 +00:00
parent a069a66084
commit b9ee7f2cd4
2 changed files with 2 additions and 2 deletions

View 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;
}
}

View File

@ -345,4 +345,4 @@ int *fgPlatformGlutGetModeValues(GLenum eWhat, int *size)
{
*size = 0;
return NULL;
}
}