summaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authorJens Axboe <jens.axboe@oracle.com>2009-09-11 22:29:54 +0200
committerJens Axboe <jens.axboe@oracle.com>2009-09-11 22:29:54 +0200
commit0b9d69ecb14045cf3b2622ae922756b9889b25e6 (patch)
tree9e260901b76f0288bd822ab66399c4d76c248513 /options.c
parent2db4ecca2d502c6d26386b5eb918a7957d98afb7 (diff)
downloadfio-0b9d69ecb14045cf3b2622ae922756b9889b25e6.tar.gz
Silence the style/whitespace police
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'options.c')
-rw-r--r--options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/options.c b/options.c
index ebf5d2e6..549775c5 100644
--- a/options.c
+++ b/options.c
@@ -356,7 +356,7 @@ static int set_cpus_allowed(struct thread_data *td, os_cpu_mask_t *mask,
ret = 1;
break;
}
-
+
dprint(FD_PARSE, "set cpu allowed %d\n", icpu);
fio_cpu_set(mask, icpu);
icpu++;
@@ -1498,7 +1498,7 @@ static struct fio_option options[] = {
.help = "Create files when they are opened for IO",
.def = "0",
},
- {
+ {
.name = "pre_read",
.type = FIO_OPT_BOOL,
.off1 = td_var_offset(pre_read),