Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / language / control / control-stack.h
index 210adb0bddad7e5f46789077474e0ede3980d99c..7e03a32f2e9a9cad81c791d33a61e0ce20e241e9 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <stdbool.h>
 
-struct ctl_class 
+struct ctl_class
   {
     const char *start_name;     /* e.g. LOOP. */
     const char *end_name;       /* e.g. END LOOP. */