Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / data / scratch-handle.h
index e70150a26e4394a794876754c93da3910705eb59..53e737b7267b3f3d1a4b03cee244c3aea75e84dc 100644 (file)
@@ -22,7 +22,7 @@
 #include <stdbool.h>
 
 /* A scratch file. */
-struct scratch_handle 
+struct scratch_handle
   {
     struct dictionary *dictionary;      /* Dictionary. */
     struct casereader *casereader;      /* Cases. */