Formatting.

This commit is contained in:
Camilla Berglund 2012-03-10 16:23:09 +01:00
parent 18efa516a2
commit 21f2327e56

View File

@ -167,7 +167,7 @@ void _glfwInputKey(_GLFWwindow* window, int key, int action)
return;
// Register key action
if(action == GLFW_RELEASE && window->stickyKeys)
if (action == GLFW_RELEASE && window->stickyKeys)
window->key[key] = GLFW_STICK;
else
{