Formatting pass (no code changes).

This commit is contained in:
Camilla Berglund
2010-09-08 15:58:43 +02:00
parent a04e041a6b
commit a4d888c2f5
10 changed files with 80 additions and 77 deletions
+2 -2
View File
@@ -52,7 +52,7 @@ GLFWAPI int glfwGetJoystickParam(int joy, int param)
// Get joystick axis positions
//========================================================================
GLFWAPI int glfwGetJoystickPos(int joy, float *pos, int numaxes)
GLFWAPI int glfwGetJoystickPos(int joy, float* pos, int numaxes)
{
int i;
@@ -72,7 +72,7 @@ GLFWAPI int glfwGetJoystickPos(int joy, float *pos, int numaxes)
//========================================================================
GLFWAPI int glfwGetJoystickButtons(int joy,
unsigned char *buttons,
unsigned char* buttons,
int numbuttons)
{
int i;