diff --git a/sourcepawn/jit/x86/opcode_helpers.cpp b/sourcepawn/jit/x86/opcode_helpers.cpp index 0007824c..58e53c41 100644 --- a/sourcepawn/jit/x86/opcode_helpers.cpp +++ b/sourcepawn/jit/x86/opcode_helpers.cpp @@ -805,4 +805,4 @@ void Write_RoundingTable(JitWriter *jit) jit->write_int32(-1); jit->write_int32(0); jit->write_int32(1); -} \ No newline at end of file +}