Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / output / manager.h
index 7c0a0dc8161af674ceee4557c8ffef9ea5092312..3cd4d8a59c583ad02ca410c1bee85626cb948362 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
@@ -48,7 +47,7 @@ enum som_type
 struct som_entity
   {
     const struct som_table_class *class;       /* Table class. */
-    enum som_type type;                 /* Table or Chart */ 
+    enum som_type type;                 /* Table or Chart */
     void *ext;                         /* Owned by */
   };