Formatting.

This commit is contained in:
Camilla Berglund
2013-05-31 00:09:37 +02:00
parent 80076e7b67
commit 2b1192a3dd
3 changed files with 27 additions and 18 deletions
+4
View File
@@ -38,6 +38,10 @@
#endif
//////////////////////////////////////////////////////////////////////////
////// GLFW internal API //////
//////////////////////////////////////////////////////////////////////////
void _glfwAllocGammaRamp(GLFWgammaramp* ramp, unsigned int size)
{
ramp->red = (unsigned short*) malloc(size * sizeof(unsigned short));