Explorar o código

Remove trailing whitespace

jonathanvdc %!s(int64=8) %!d(string=hai) anos
pai
achega
df915c8b65
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      kernel/modelverse_jit/jit.py

+ 1 - 1
kernel/modelverse_jit/jit.py

@@ -110,7 +110,7 @@ class ModelverseJit(object):
         """Registers an intrinsic with the JIT that represents the given unary operation."""
         self.register_intrinsic(name, lambda val: tree_ir.CreateNodeWithValueInstruction(
             tree_ir.UnaryInstruction(
-                operator, 
+                operator,
                 tree_ir.ReadValueInstruction(val))))
 
     def jit_parameters(self, body_id):