math: Coding style updates in some order-stat implementations.
[pspp] / src / math / np.h
index 998bee089e20fd66f83288fe4d42fb4de1ea8b9c..4bd86e526f26095cdc0ae49045e017feaf7fc0bd 100644 (file)
@@ -53,7 +53,6 @@ struct np
   struct casewriter *writer;
 };
 
-
-struct np * np_create (double n, double mean, double var);
+struct np *np_create (double n, double mean, double var);
 
 #endif