diff options
Diffstat (limited to 'src/shader_recompiler/frontend/ir/program.cpp')
| -rw-r--r-- | src/shader_recompiler/frontend/ir/program.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/frontend/ir/program.cpp b/src/shader_recompiler/frontend/ir/program.cpp index 0ce99ef2a..8c301c3a1 100644 --- a/src/shader_recompiler/frontend/ir/program.cpp +++ b/src/shader_recompiler/frontend/ir/program.cpp | |||
| @@ -35,4 +35,4 @@ std::string DumpProgram(const Program& program) { | |||
| 35 | return ret; | 35 | return ret; |
| 36 | } | 36 | } |
| 37 | 37 | ||
| 38 | } // namespace Shader::IR \ No newline at end of file | 38 | } // namespace Shader::IR |