mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
Remove all trailing whitespaces from our codebase.
This commit is contained in:
parent
92fc7c64d6
commit
664c8d30a0
52 changed files with 95 additions and 95 deletions
|
@ -372,7 +372,7 @@ Renderer::Renderer()
|
|||
g_ogl_config.glsl_version = (const char*)glGetString(GL_SHADING_LANGUAGE_VERSION);
|
||||
|
||||
InitDriverInfo();
|
||||
|
||||
|
||||
// check for the max vertex attributes
|
||||
GLint numvertexattribs = 0;
|
||||
glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &numvertexattribs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue