From 228e58d0a5a7e57d06b6f601107406fce427619f Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 22 May 2019 17:24:35 -0400 Subject: shader/decode/*: Add missing newline to files lacking them Keeps the shader code file endings consistent. --- src/video_core/shader/decode/shift.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video_core/shader/decode/shift.cpp') diff --git a/src/video_core/shader/decode/shift.cpp b/src/video_core/shader/decode/shift.cpp index 951e85f44..44ae87ece 100644 --- a/src/video_core/shader/decode/shift.cpp +++ b/src/video_core/shader/decode/shift.cpp @@ -52,4 +52,4 @@ u32 ShaderIR::DecodeShift(NodeBlock& bb, u32 pc) { return pc; } -} // namespace VideoCommon::Shader \ No newline at end of file +} // namespace VideoCommon::Shader -- cgit v1.2.3