mirror of
https://github.com/ceph/ceph
synced 2024-12-18 17:37:38 +00:00
tools/rest_bench.cc: prefer prefix ++operator for iterators
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
parent
58d07add09
commit
f56d4847a2
@ -726,7 +726,7 @@ int main(int argc, const char **argv)
|
||||
} else {
|
||||
if (val[0] == '-')
|
||||
usage_exit();
|
||||
i++;
|
||||
++i;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user