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/arithmetic_half_immediate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video_core/shader/decode/arithmetic_half_immediate.cpp') diff --git a/src/video_core/shader/decode/arithmetic_half_immediate.cpp b/src/video_core/shader/decode/arithmetic_half_immediate.cpp index 77b39cdb0..5341e460f 100644 --- a/src/video_core/shader/decode/arithmetic_half_immediate.cpp +++ b/src/video_core/shader/decode/arithmetic_half_immediate.cpp @@ -48,4 +48,4 @@ u32 ShaderIR::DecodeArithmeticHalfImmediate(NodeBlock& bb, u32 pc) { return pc; } -} // namespace VideoCommon::Shader \ No newline at end of file +} // namespace VideoCommon::Shader -- cgit v1.2.3