Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / libpspp / integer-format.h
index c3ca92e2a00093be87a48e92baa21c17627f51e6..516c8098107c13b4f1d210ada18877fa05c731be 100644 (file)
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 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
@@ -41,7 +40,7 @@ enum integer_format
 #endif
   };
 
-void integer_convert (enum integer_format, const void *, 
+void integer_convert (enum integer_format, const void *,
                       enum integer_format, void *,
                       size_t);
 uint64_t integer_get (enum integer_format, const void *, size_t);