Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / output / table.h
index 93f4d1e9a1c742b20d7a334bacfefeea2cdbcd92..3f97b0ee403275f38a9298e9416dc1575b14a77b 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
@@ -76,7 +75,7 @@ typedef void tab_dim_func (struct tab_table *, struct outp_driver *);
 struct tab_table
   {
     struct pool *container;
-    
+
     /* Contents. */
     int col_style;             /* Columns: One of TAB_COL_*. */
     int col_group;             /* Number of rows per column group. */