Re added new lines at the end of files
This commit is contained in:
parent
3091b40691
commit
1a3ff252a4
|
@ -534,4 +534,4 @@ Shader ShaderCacheOpenGL::GetStageProgram(Maxwell::ShaderProgram program) {
|
|||
return last_shaders[static_cast<u32>(program)] = shader;
|
||||
}
|
||||
|
||||
} // namespace OpenGL
|
||||
} // namespace OpenGL
|
||||
|
|
|
@ -623,4 +623,4 @@ std::string ShaderDiskCacheOpenGL::GetTitleID() const {
|
|||
return fmt::format("{:016X}", system.CurrentProcess()->GetTitleID());
|
||||
}
|
||||
|
||||
} // namespace OpenGL
|
||||
} // namespace OpenGL
|
||||
|
|
Reference in New Issue