Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / language / control / control-stack.h
index ad373ea4cf491b0ee1fd886fe9b7074febfc2d85..7e03a32f2e9a9cad81c791d33a61e0ce20e241e9 100644 (file)
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <blp@gnu.org>.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -22,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. */