mirror of
https://github.com/glfw/glfw.git
synced 2025-10-05 06:06:36 +00:00
fixed trailing whitespace
This commit is contained in:
parent
58fe32493d
commit
d4fd8de8dd
@ -75,7 +75,6 @@ static void cocoaGlfwCloseWindow();
|
||||
target:self selector:@selector(singleStep:)
|
||||
userInfo:nil repeats:YES];
|
||||
self.stepTimer = timer;
|
||||
|
||||
}
|
||||
|
||||
-(IBAction)stop:(id)sender {
|
||||
@ -224,7 +223,6 @@ static void createCocoaGlfwWindow(int width, int height, int xpos, int ypos) {
|
||||
glEnableVertexAttribArray(vcol_location);
|
||||
glVertexAttribPointer(vcol_location, 3, GL_FLOAT, GL_FALSE,
|
||||
sizeof(vertices[0]), (void*) (sizeof(float) * 2));
|
||||
|
||||
}
|
||||
|
||||
static void cocoaGlfwCloseWindow() {
|
||||
|
Loading…
Reference in New Issue
Block a user