Whitespace changes only.
[pspp] / src / math / np.c
index 598c05e84b22ce1536d0e98051031518158779e4..dd197f9c6d392c9eb13886f21471bcd3cd0b2ac3 100644 (file)
@@ -47,7 +47,7 @@ acc (struct statistic *s, const struct ccase *cx UNUSED,
   struct np *np = UP_CAST (s, struct np, parent.parent);
   double rank = np->prev_cc + (c + 1) / 2.0;
 
-  double ns = gsl_cdf_ugaussian_Pinv (rank / ( np->n + 1 ));
+  double ns = gsl_cdf_ugaussian_Pinv (rank / (np->n + 1));
 
   double z = (y - np->mean) / np->stddev;