diff options
author | Supraja Meedinti <supraja0493@gmail.com> | 2014-12-17 02:01:42 +0530 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-12-17 02:18:02 +0100 |
commit | abbcc68e5cefc09265d2665e507f69907cd5b8ca (patch) | |
tree | e48c817aff3ba903acac4f73cb383a5cb7e05d2c /libavutil/cast5.h | |
parent | f3b5b139ad853b6f69c6a0b036815a60e7b3f261 (diff) | |
download | ffmpeg-abbcc68e5cefc09265d2665e507f69907cd5b8ca.tar.gz |
libavutil: cosmetic: inserted spaces wherever necessary
Signed-off-by: Supraja Meedinti <supraja0493@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/cast5.h')
-rw-r--r-- | libavutil/cast5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/cast5.h b/libavutil/cast5.h index a4df6d8576..913d048874 100644 --- a/libavutil/cast5.h +++ b/libavutil/cast5.h @@ -60,7 +60,7 @@ int av_cast5_init(struct AVCAST5 *ctx, const uint8_t *key, int key_bits); * @param count number of 8 byte blocks * @param decrypt 0 for encryption, 1 for decryption */ -void av_cast5_crypt(struct AVCAST5 *ctx, uint8_t *dst, const uint8_t *src, int count,int decrypt); +void av_cast5_crypt(struct AVCAST5 *ctx, uint8_t *dst, const uint8_t *src, int count, int decrypt); /** * @} */ |