Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / data / make-file.c
index fa3d15ae183a8231c108411050243328d827c59f..725071c2db18115a3370a8f0115e4f04932273b6 100644 (file)
@@ -27,8 +27,6 @@
 #include <libpspp/message.h>
 #include <libpspp/alloc.h>
 
-#include "mkstemp.h"
-
 #include "gettext.h"
 #define _(msgid) gettext (msgid)
 
@@ -78,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);