Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / output / chart.h
index 05f14af61e4c9baf44ea0d8286818f92a78b72c7..23c64d06129d1d7acb83cb957a81991d4af2f00e 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
@@ -50,10 +49,10 @@ struct chart {
   char *file_name;
   FILE *file;
 
-  /* The geometry of the chart 
+  /* The geometry of the chart
      See diagram at the foot of this file.
    */
-  
+
   int data_top   ;
   int data_right ;
   int data_bottom;
@@ -68,9 +67,9 @@ struct chart {
   int legend_left ;
   int legend_right ;
 
-  
+
   /* Default font size for the plot (if zero, then use plotter default) */
-  int font_size; 
+  int font_size;
 
   char fill_colour[10];