Whitespace changes only.
[pspp] / src / output / charts / scree-cairo.c
index db0ce1370fccb36ede5b65c04931d2267bcc2ffa..a3ae10cd6287e5ecf384485b69f3c21d66985fd3 100644 (file)
@@ -39,7 +39,7 @@ xrchart_draw_scree (const struct chart_item *chart_item, cairo_t *cr,
 
   gsl_vector_minmax (rc->eval, &min, &max);
 
-  if ( fabs (max) > fabs (min))
+  if (fabs (max) > fabs (min))
     max = fabs (max);
   else
     max = fabs (min);