Trim empty lines

This commit is contained in:
Frank Denis 2017-08-26 17:56:18 +02:00
parent 75cfcf208c
commit e236df63e1

View File

@ -241,7 +241,6 @@ crypto_secretstream_xchacha20poly1305_statebytes(void)
return sizeof(crypto_secretstream_xchacha20poly1305_state);
}
size_t
crypto_secretstream_xchacha20poly1305_abytes(void)
{
@ -254,7 +253,6 @@ crypto_secretstream_xchacha20poly1305_initbytes(void)
return crypto_secretstream_xchacha20poly1305_INITBYTES;
}
size_t
crypto_secretstream_xchacha20poly1305_keybytes(void)
{