Delete trailing whitespace at end of lines.
[pspp] / src / math / moments.h
index 0725df6db6b9fa6b551562d12d855c4237a7e246..e36e58aaead804ccfc86a79c0dc9f5114ad6ceaa 100644 (file)
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2004 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
@@ -25,7 +24,7 @@
 
 /* Moments of the mean.
    Higher-order moments have higher values. */
-enum moment 
+enum moment
   {
     MOMENT_NONE,                /* No moments. */
     MOMENT_MEAN,                /* First-order moment. */