diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2020-09-16 16:14:23 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2020-09-16 16:14:23 -0400 |
commit | c47c6ca3992c74489700cda44443ec29c3cb3b13 (patch) | |
tree | 6830d4d13f7c1106f8e4e772e16f9204d523fcd5 /include | |
parent | c45f19f12d3da498075970586a37aed7aaafda5a (diff) |
fix style
Diffstat (limited to 'include')
-rw-r--r-- | include/olm/account.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/olm/account.hh b/include/olm/account.hh index 82bba27..826b26d 100644 --- a/include/olm/account.hh +++ b/include/olm/account.hh @@ -129,8 +129,7 @@ struct Account { ); /** The number of random bytes needed to generate a fallback key. */ - std::size_t generate_fallback_key_random_length( - ); + std::size_t generate_fallback_key_random_length(); /** Generates a new fallback key. Returns std::size_t(-1) on error. If the * number of random bytes is too small then last_error will be |