Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / output / charts / cartesian.h
index 6a23390cb3446707cefd86b810885f1ab38ce65a..811aa533d8dcee79ac8fc2b8aaaf4a4b539fcc87 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
@@ -36,10 +35,10 @@ void chart_datum(struct chart *ch, int dataset UNUSED, double x, double y);
 
 /* Draw a line with slope SLOPE and intercept INTERCEPT.
    between the points limit1 and limit2.
-   If lim_dim is CHART_DIM_Y then the limit{1,2} are on the 
+   If lim_dim is CHART_DIM_Y then the limit{1,2} are on the
    y axis otherwise the x axis
 */
-void chart_line(struct chart *ch, double slope, double intercept, 
+void chart_line(struct chart *ch, double slope, double intercept,
                double limit1, double limit2, enum CHART_DIM lim_dim);