diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2017-02-07 17:18:57 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2017-02-07 17:18:57 (GMT) |
commit | a28b65bb9e9c654840e7e73b460921dc6d1a5a47 (patch) | |
tree | 268ab8fd675758e41af0c0d16f44c36122cf045e /tools/test/perform/sio_perf.c | |
parent | 1bb1ddc4fcfafce662c69ec6efe2cf39097239ed (diff) | |
download | hdf5-a28b65bb9e9c654840e7e73b460921dc6d1a5a47.zip hdf5-a28b65bb9e9c654840e7e73b460921dc6d1a5a47.tar.gz hdf5-a28b65bb9e9c654840e7e73b460921dc6d1a5a47.tar.bz2 |
Clean up whitespace
Diffstat (limited to 'tools/test/perform/sio_perf.c')
-rw-r--r-- | tools/test/perform/sio_perf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/test/perform/sio_perf.c b/tools/test/perform/sio_perf.c index aceccb0..5bae832 100644 --- a/tools/test/perform/sio_perf.c +++ b/tools/test/perform/sio_perf.c @@ -100,11 +100,7 @@ static const char *progname = "h5perf_serial"; * It seems that only the options that accept additional information * such as dataset size (-e) require the colon next to it. */ -#if 1 static const char *s_opts = "a:A:B:c:Cd:D:e:F:ghi:Imno:p:P:r:stT:v:wx:X:"; -#else -static const char *s_opts = "a:A:bB:c:Cd:D:e:F:ghi:Imno:p:P:r:stT:wx:X:"; -#endif /* 1 */ static struct long_options l_opts[] = { { "align", require_arg, 'a' }, { "alig", require_arg, 'a' }, |