aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-09-24 13:51:19 -0400
committerJack Lloyd <[email protected]>2017-09-24 13:51:19 -0400
commit1d1696a676b4ff0511c07d7412886f5614a25b75 (patch)
treed7e22ce4d9f301afc0a537b09344b3d8cd60491d /src
parent19f1debb9bc2dfcd6b476cd4183e17c844cec45e (diff)
Reindent [ci skip]
Diffstat (limited to 'src')
-rw-r--r--src/cli/speed.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/speed.cpp b/src/cli/speed.cpp
index f5cc3c3b8..41a6775e4 100644
--- a/src/cli/speed.cpp
+++ b/src/cli/speed.cpp
@@ -1050,7 +1050,7 @@ class Speed final : public Command
output() << Timer::result_string_ops(ks_timer);
for(auto buf_size : buf_sizes)
- {
+ {
Botan::secure_vector<uint8_t> buffer = rng().random_vec(buf_size);
Timer encrypt_timer(enc.name(), enc.provider(), "encrypt", buffer.size(), buf_size);