Formatting.

This commit is contained in:
Brandon Wright 2019-01-30 10:39:18 -06:00
parent fc31f47fc2
commit 4942c0560c
1 changed files with 2 additions and 2 deletions

View File

@ -312,8 +312,8 @@ static GLuint string_to_format(char *format)
// filename must be canonical
void GLSLShader::read_shader_file_with_includes(std::string filename,
std::vector<std::string> &lines,
int p)
std::vector<std::string> &lines,
int p)
{
std::ifstream ss(filename);