clean a lot of trailing whitespaces

This commit is contained in:
Felix Ruess
2012-09-13 14:45:10 +02:00
parent 52ede424df
commit 89cd9e4f02
109 changed files with 962 additions and 962 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ double get_gaussian_noise(void) {
#include <stdlib.h>
double get_gaussian_noise(void) {
static gsl_rng * r = NULL;
// select random number generator
// select random number generator
if (!r) r = gsl_rng_alloc (gsl_rng_mt19937);
return gsl_ran_gaussian(r, 1.);
}