Delete trailing whitespace at line endings.
[pspp] / tests / data / test-time-input.py
index 4b53cc1d64c2b15ea6fe56fdf22e9feed6610ccf..0cf0370829e0b9e61e9b8c2777e43b35e067eaf0 100644 (file)
@@ -81,7 +81,7 @@ def print_all_formats(d, h, m, s, template, formatted, expected, sign):
             print_all_formats(d, h, m, s, template, formatted + ' ',
                               expected, sign)
         else:
-            assert False    
+            assert False
     else:
         # Write the formatted value to fmt_name.input.
         input_file.write('%s\n' % formatted)
@@ -92,7 +92,7 @@ def print_all_formats(d, h, m, s, template, formatted, expected, sign):
         expected_s = '%17.2f\n' % expected
         expected_s = expected_s.replace(' 0.', '  .')
         expout_file.write(expected_s)
-        
+
 
 for template in templates:
     for time in times: