Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / data / data-in.h
index 6799a60d38e62e7cc18f5e664b6e682098f17892..ae3d8628582af9641052be0484d353c7cf33c1d2 100644 (file)
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <blp@gnu.org>.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -33,7 +32,7 @@ void data_in_set_integer_format (enum integer_format);
 enum float_format data_in_get_float_format (void);
 void data_in_set_float_format (enum float_format);
 
-bool data_in (struct substring input, 
+bool data_in (struct substring input,
               enum fmt_type, int implied_decimals, int first_column,
               union value *output, int width);