Added the /BARCHART option to CROSSTABS
[pspp] / src / math / chart-geometry.h
index c543086a39e720cad5742fbef1b6e5084f43a21c..08ae1d0ca3e100c23eee6b4a2aea4f9db634a611 100644 (file)
 #define CHART_GEOMETRY_H
 
 struct decimal;
-void chart_rounded_tick(double tick, struct decimal *);
+void chart_rounded_tick (double tick, struct decimal *);
 
 void chart_get_scale (double high, double low,
-                          struct decimal *lower, struct decimal *interval, int *n_ticks);
+                     struct decimal *lower, struct decimal *interval, int *n_ticks);
 
 
 #endif