aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/common.hpp')
-rw-r--r--examples/common.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/common.hpp b/examples/common.hpp
index 9e98de5..019a8da 100644
--- a/examples/common.hpp
+++ b/examples/common.hpp
@@ -29,7 +29,7 @@ namespace
template <typename KeyT>
void dump_key(const KeyT& key)
{
- std::cout << "Key: " << aesni::aes::to_string(key) << "\n";
+ std::cout << "Key: " << aesni::aes::to_string(key) << "\n\n";
}
void dump_ciphertext(const aesni::aes::Block& ciphertext)