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