Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / data / value-labels.h
index bf015824fa22925df0b917702deba5fefa6b3d05..1b096e26f36b5719a8801968bcbde04559c63011 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
@@ -28,7 +27,7 @@
 struct val_labs;
 struct variable;
 
-struct val_lab 
+struct val_lab
   {
     union value value;
     const char *label;