diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-15 02:55:10 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-15 02:55:10 +0300 |
commit | 2d67b793e64f6ed4e2e6a7c56441b9bc019e2659 (patch) | |
tree | abc83a07b5905eec76041b3aad686c5d4117bea7 /include/aesni/error.h | |
parent | error handling refactoring + more docs (diff) | |
download | aes-tools-2d67b793e64f6ed4e2e6a7c56441b9bc019e2659.tar.gz aes-tools-2d67b793e64f6ed4e2e6a7c56441b9bc019e2659.zip |
code style
Diffstat (limited to 'include/aesni/error.h')
-rw-r--r-- | include/aesni/error.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/aesni/error.h b/include/aesni/error.h index 56a1da1..349ebe4 100644 --- a/include/aesni/error.h +++ b/include/aesni/error.h @@ -4,6 +4,7 @@ * \date 2015 * \copyright This file is licensed under the terms of the MIT License. * See LICENSE.txt for details. + * * \brief Declares error codes, error formatting functions, etc. */ @@ -111,8 +112,8 @@ static __inline AesNI_StatusCode aesni_get_error_code( * \param[out] dest The pointer to the destination string buffer. * \param[in] dest_size The size of the destination buffer, in bytes. * \return If `dest` is NULL, the number of bytes required to store the full - * error message, and the number of characters written (excluding the - * terminating '\0' character) otherwise. + * error message, and the number of characters written (excluding the + * terminating '\0' character) otherwise. */ size_t aesni_format_error( const AesNI_ErrorDetails* err_details, |