Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / data / scratch-reader.c
index 17c1aeaad0d4822d37f2aae0958b611750d0dd48..a528d8a317592cd63163e57fbda3763c2b5b85d1 100644 (file)
@@ -42,12 +42,12 @@ struct casereader *
 scratch_reader_open (struct file_handle *fh, struct dictionary **dict)
 {
   struct scratch_handle *sh;
-  
+
   if (!fh_open (fh, FH_REF_SCRATCH, "scratch file", "rs"))
     return NULL;
-  
+
   sh = fh_get_scratch_handle (fh);
-  if (sh == NULL || sh->casereader == NULL) 
+  if (sh == NULL || sh->casereader == NULL)
     {
       msg (SE, _("Scratch file handle %s has not yet been written, "
                  "using SAVE or another procedure, so it cannot yet "