Delete trailing whitespace at line endings.
[pspp] / tests / language / stats / autorecode.at
index 2267a80a90497be84540f66dd0314b9d627d178f..42f3cd32c0c9dc5cad19245bc7101562ac760306 100644 (file)
@@ -1,16 +1,16 @@
 dnl PSPP - a program for statistical analysis.
 dnl Copyright (C) 2017 Free Software Foundation, Inc.
-dnl 
+dnl
 dnl This program is free software: you can redistribute it and/or modify
 dnl it under the terms of the GNU General Public License as published by
 dnl the Free Software Foundation, either version 3 of the License, or
 dnl (at your option) any later version.
-dnl 
+dnl
 dnl This program is distributed in the hope that it will be useful,
 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 dnl GNU General Public License for more details.
-dnl 
+dnl
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
 dnl
@@ -246,7 +246,7 @@ AT_DATA([ar-group.sps],
 [data list notable list /x y (f8.0).
 begin data.
 11 10
-12 12 
+12 12
 13 15
 14 11
 15 12
@@ -255,7 +255,7 @@ end data.
 
 missing values y (12).
 
-autorecode 
+autorecode
        x y into a b
        /group
        /print.
@@ -349,11 +349,11 @@ AT_DATA([ar-strings.sps],
 begin data.
 one    nine
 two    ten
-three  eleven 
+three  eleven
 four   nought
 end data.
 
-autorecode a b into x y 
+autorecode a b into x y
        /group
        /print.