Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / data / make-file.h
index 68d6a2b9ed01c68900050985605ccbb35a6627ac..67d0d2160f7df039a9097a2fea6c52180bbfa7da 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
@@ -24,7 +23,7 @@
 /* Creates a temporary file and stores its name in *FILE_NAME and
    a file descriptor for it in *FD.  Returns success.  Caller is
    responsible for freeing *FILE_NAME. */
-int make_temp_file (int *fd, char **file_name); 
+int make_temp_file (int *fd, char **file_name);
 
 
 /* Creates a temporary file and stores its name in *FILE_NAME and