Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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)