diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/common.hpp | 2 |
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) |