X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fchart-geometry.h;fp=src%2Fmath%2Fchart-geometry.h;h=08ae1d0ca3e100c23eee6b4a2aea4f9db634a611;hb=97fb55e07cac602cbca57ce8005de5c8a67a73cc;hp=c543086a39e720cad5742fbef1b6e5084f43a21c;hpb=6e44fb76d15ebc34122753b8a7a7d4a1b82bcb43;p=pspp diff --git a/src/math/chart-geometry.h b/src/math/chart-geometry.h index c543086a39..08ae1d0ca3 100644 --- a/src/math/chart-geometry.h +++ b/src/math/chart-geometry.h @@ -19,10 +19,10 @@ #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