Fixed bug #22306
[pspp-builds.git] / src / math / factor-stats.c
index 582b83468ca77f2516dc42b248e2dd6a8359fd44..a97d7f09349b7fabe25c49383357f87103205ac7 100644 (file)
@@ -73,11 +73,9 @@ metrics_calc (struct metrics *fs, const union value *val,
 
   moments1_add(fs->moments, x, weight);
 
-
   if ( x < fs->min) fs->min = x;
   if ( x > fs->max) fs->max = x;
 
-
   wv = (struct weighted_value **) hsh_probe (fs->ordered_data,(void *) val );
 
   if ( *wv  )