Remove trailing whitespace.
[cython.git] / Cython / Debugger / Tests / cfuncs.c
index 081c3653337b8de8645994fba439d369c30adab0..ccb42050bf7e5245a7f634814bf41c343557a749 100644 (file)
@@ -2,7 +2,7 @@ void
 some_c_function(void)
 {
     int a, b, c;
-    
+
     a = 1;
     b = 2;
 }