Merge branch 'master'; commit 'origin/stable'
[pspp-builds.git] / src / math / linreg.c
index f5ae33e5823f4f79cfaccd73637316baa2f96d0f..811f9d23a5f709877a55c6b535e0b61938e1ce1d 100644 (file)
@@ -742,4 +742,3 @@ double pspp_linreg_mse (const pspp_linreg_cache *c)
   assert (c != NULL);
   return (c->sse / c->dfe);
 }
-