fixed trailing whitespace

This commit is contained in:
Andy Somogyi 2018-10-23 15:37:36 -04:00
parent 58fe32493d
commit d4fd8de8dd
2 changed files with 27 additions and 29 deletions

View File

@ -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() {