Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / data / scratch-handle.c
index 0ac56433812d83040e7d507bb8e98f29f82d5611..4c0513f82e0ce40a5730721f2bf6344a706f23ec 100644 (file)
@@ -24,9 +24,9 @@
 
 /* Destroys HANDLE. */
 void
-scratch_handle_destroy (struct scratch_handle *handle) 
+scratch_handle_destroy (struct scratch_handle *handle)
 {
-  if (handle != NULL) 
+  if (handle != NULL)
     {
       dict_destroy (handle->dictionary);
       casereader_destroy (handle->casereader);