newlines at end of file

This commit is contained in:
Jasmine Iwanek
2022-02-18 21:38:51 -05:00
parent 30e0c7f21b
commit 4287e44824
86 changed files with 55 additions and 92 deletions

View File

@@ -981,4 +981,3 @@ int gladLoadGLLoader(GLADloadproc load) {
load_GL_ARB_sync(load);
return GLVersion.major != 0 || GLVersion.minor != 0;
}

View File

@@ -161,4 +161,4 @@ void win_load_icon_set()
set_language(curr_lang);
ToolBarLoadIcons();
}
}

View File

@@ -468,4 +468,3 @@ void joystick_process(void)
}
}
}

View File

@@ -1042,4 +1042,4 @@ void opengl_reload(void)
thread_release_mutex(options.mutex);
SetEvent(sync_objects.reload);
}
}

View File

@@ -269,4 +269,4 @@ GLuint load_default_shaders()
glDeleteShader(fragment_id);
return prog_id;
}
}