Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / output / charts / box-whisker.h
index 9c6df314057f4ed017aec2b6e0a599b4a5787f4a..592053e039986785d43c3a92aef06a334dff1839 100644 (file)
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2004 Free Software Foundation, Inc.
-   Written by John Darrington <john@darrington.wattle.id.au>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -32,14 +31,14 @@ struct metrics;
  * If EXTREME is non zero, then consider it to be an extreme
  * value
  */
-void  draw_outlier(struct chart *ch, double centreline, 
-            struct weighted_value **wvp, 
+void  draw_outlier(struct chart *ch, double centreline,
+            struct weighted_value **wvp,
             int idx,
             short extreme);
 
 
 void boxplot_draw_boxplot(struct chart *ch,
-                    double box_centre, 
+                    double box_centre,
                     double box_width,
                     struct metrics *m,
                     const char *name);