Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / output / charts / piechart.h
index d6e9941cab02b27af4415d9092bfe4ea386bcf2e..a29dee9dc450864f4fa59385e27fcf98403da2ca 100644 (file)
@@ -26,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