Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / data / transformations.h
index b2af84e6f22fa8679da0ae19234af2ba22dd9898..ee82291c992a6f6e8ba8e57a8eda3b0beb729550 100644 (file)
@@ -24,7 +24,7 @@
 #include <data/case.h>
 
 /* trns_proc_func return values. */
-enum trns_result 
+enum trns_result
   {
     TRNS_CONTINUE = -1,         /* Continue to next transformation. */
     TRNS_DROP_CASE = -2,        /* Drop this case. */