Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / output / charts / box-whisker.h
index de4a04cd7c311dfd9159fc523fd355a54f1f5714..592053e039986785d43c3a92aef06a334dff1839 100644 (file)
@@ -31,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);