Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / language / xforms / fail.c
index b12585a7ac543d71b83e121747941c4089880c53..04bc2060a657de7f6c03f6e8509e5a85a8ee38a0 100644 (file)
@@ -32,8 +32,8 @@ static int trns_fail (void *x, struct ccase *c, casenumber n);
 \f
 /* A transformation which is guaranteed to fail. */
 
-static int 
-trns_fail (void *x UNUSED, struct ccase *c UNUSED, 
+static int
+trns_fail (void *x UNUSED, struct ccase *c UNUSED,
           casenumber n UNUSED)
 {
   return TRNS_ERROR;