summaryrefslogtreecommitdiff
path: root/bcache-test.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2010-10-08 07:04:49 -0700
committerKent Overstreet <kent.overstreet@gmail.com>2010-10-08 07:04:49 -0700
commit7e9790107563dfa88ccd89aa0d0fa33266848400 (patch)
treea1418f8289ca916ba329756fec003c66ac024d09 /bcache-test.c
parent1d895a5a451e041fcefeefbe1fd07eed034394cd (diff)
UUIDs
Diffstat (limited to 'bcache-test.c')
-rw-r--r--bcache-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bcache-test.c b/bcache-test.c
index 5858cab..0f8ad37 100644
--- a/bcache-test.c
+++ b/bcache-test.c
@@ -62,7 +62,7 @@ double normal()
n = 0 / (double) 0;
return x;
}
-
+
do {
x = random() / (double) (RAND_MAX / 2) - 1;
y = random() / (double) (RAND_MAX / 2) - 1;
@@ -233,7 +233,7 @@ int main(int argc, char **argv)
exit(EXIT_FAILURE);
}
//setvbuf(stdout, NULL, _IONBF, 0);
-
+
for (i = 0; !benchmark || i < benchmark; i++) {
bool writing = (wtest && (i & 1)) || !rtest;
nbytes = randsize ? drand48() * 16 + 1 : 1;