Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / output / charts / piechart.h
index c09b4876e7fb910b61160eadcd60e89d05c81b45..a29dee9dc450864f4fa59385e27fcf98403da2ca 100644 (file)
@@ -1,7 +1,6 @@
 /* PSPP - draws pie charts of 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
@@ -27,7 +26,7 @@ struct slice {
 };
 
 /* Draw a piechart */
-void piechart_plot(const char *title, 
+void piechart_plot(const char *title,
                   const struct slice *slices, int n_slices);
 
 #endif