summaryrefslogtreecommitdiff
path: root/tools/readtest.c
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-10-05 16:17:49 +0200
committerRobin Gareus <robin@gareus.org>2015-10-05 16:17:49 +0200
commit22b07e0233a29d9633ffa825a79503befaf2e16e (patch)
tree1d8b06056f8e12197158f5d906319767d3dedda5 /tools/readtest.c
parente11ba7b79d68bc1070b170236c22123966d7bcc3 (diff)
NOOP, remove trailing tabs/whitespace.
Diffstat (limited to 'tools/readtest.c')
-rw-r--r--tools/readtest.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/readtest.c b/tools/readtest.c
index aa98b76f38..9a431fd2fb 100644
--- a/tools/readtest.c
+++ b/tools/readtest.c
@@ -61,7 +61,7 @@ main (int argc, char* argv[])
int n = 0;
int nfiles = 0;
int quiet = 0;
-
+
while (1) {
if ((c = getopt_long (argc, argv, optstring, longopts, &option_index)) == -1) {
break;
@@ -97,7 +97,7 @@ main (int argc, char* argv[])
return 0;
}
}
-
+
if (optind < argc) {
name_template = argv[optind];
} else {
@@ -129,7 +129,7 @@ main (int argc, char* argv[])
if (!quiet) {
printf ("# Discovered %d files using %s\n", n, name_template);
}
-
+
nfiles = n;
files = (int *) malloc (sizeof (int) * nfiles);
#ifdef HAVE_MMAP
@@ -233,7 +233,7 @@ main (int argc, char* argv[])
if (!quiet) {
printf ("# BW @ %lu %.3f seconds bandwidth %.4f MB/sec\n", (long unsigned int)_read, elapsed/1000000.0, bandwidth);
}
-
+
total_time += elapsed;
++cnt;