Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / output / manager.h
index 436141fb784024a6b02dc754d5f211012a6e6b9e..3cd4d8a59c583ad02ca410c1bee85626cb948362 100644 (file)
@@ -47,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 */
   };