Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / data / make-file.c
index e6161448aa10308e4c76baa5047aaecf1d6b45bb..725071c2db18115a3370a8f0115e4f04932273b6 100644 (file)
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2004 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
@@ -77,9 +76,9 @@ make_unique_file_stream (FILE **fp, char **file_name)
   const char *parent_dir;
 
 
-  /* FIXME: 
+  /* FIXME:
      Need to check for pre-existing file name.
-     Need also to pass in the directory instead of using /tmp 
+     Need also to pass in the directory instead of using /tmp
   */
 
   assert (file_name != NULL);