Delete trailing whitespace at end of lines.
[pspp-builds.git] / lib / gsl-extras / gsl-extras.h
index 5d2f6d8d61a9893dba4367eafefa678cf110e531..48bf105a72dc1a461eb44b0d3c70157cae8c0c70 100644 (file)
@@ -15,11 +15,11 @@ double gslextras_cdf_binomial_P(const long k, const long n, const double p);
 double gslextras_cdf_binomial_Q(const long k, const long n, const double q);
 double gslextras_cdf_geometric_P (const long n, const double p);
 double gslextras_cdf_geometric_Q ( const long n, const double p);
-double gslextras_cdf_hypergeometric_P (const unsigned int k, 
+double gslextras_cdf_hypergeometric_P (const unsigned int k,
                                        const unsigned int n0,
                                        const unsigned int n1,
                                        const unsigned int t);
-double gslextras_cdf_hypergeometric_Q (const unsigned int k, 
+double gslextras_cdf_hypergeometric_Q (const unsigned int k,
                                        const unsigned int n0,
                                        const unsigned int n1,
                                        const unsigned int t);