Remove trailing whitespace.
[cython.git] / tests / run / knuth_man_or_boy_test.pyx
index 5f49fe7a48e9082c13824b81deed81b2adf3e133..ecfc13c835b658694eb86a0ccfc333d915900877 100644 (file)
@@ -53,4 +53,4 @@ def a(in_k, x1, x2, x3, x4, x5):
         k[0] -= 1
         return a(k[0], b, x1, x2, x3, x4)
     return compute(x4) + compute(x5) if k[0] <= 0 else b()
+