Remove trailing whitespace.
[cython.git] / tests / run / cpp_operators.pyx
index 1b78248627de46fb0f007c35fc6f4bb7c7ecd209..8cb97f939141591af64c24c36fae5898b00678ea 100644 (file)
@@ -92,11 +92,11 @@ def test_binop():
     out(t[0] * 1)
     out(t[0] / 1)
     out(t[0] % 1)
-    
+
     out(t[0] & 1)
     out(t[0] | 1)
     out(t[0] ^ 1)
-    
+
     out(t[0] << 1)
     out(t[0] >> 1)