mirror of
https://github.com/glfw/glfw.git
synced 2025-10-03 21:30:57 +00:00
Remove trailing whitespace
This commit is contained in:
parent
bd7ce80369
commit
340c1200fc
@ -474,7 +474,6 @@ static const NSRange kEmptyRange = { NSNotFound, 0 };
|
||||
|
||||
double tx = tilt.x * 1.5707963267949;
|
||||
double ty = tilt.y * 1.5707963267949;
|
||||
|
||||
double sinx = sin(tx);
|
||||
double siny = sin(ty);
|
||||
double cosx = cos(tx);
|
||||
@ -511,7 +510,7 @@ static const NSRange kEmptyRange = { NSNotFound, 0 };
|
||||
s_cursor = cursor;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
- (void)mouseMoved:(NSEvent *)event
|
||||
|
Loading…
Reference in New Issue
Block a user