Remove trailing whitespace.
[cython.git] / Cython / Debugger / Tests / cfuncs.c
index 35fb029039d9725e77e9436767bae5b01076d62e..ccb42050bf7e5245a7f634814bf41c343557a749 100644 (file)
@@ -2,7 +2,7 @@ void
 some_c_function(void)
 {
     int a, b, c;
-    
+
     a = 1;
     b = 2;
-}
\ No newline at end of file
+}