From abbcc68e5cefc09265d2665e507f69907cd5b8ca Mon Sep 17 00:00:00 2001 From: Supraja Meedinti Date: Wed, 17 Dec 2014 02:01:42 +0530 Subject: libavutil: cosmetic: inserted spaces wherever necessary Signed-off-by: Supraja Meedinti Signed-off-by: Michael Niedermayer --- libavutil/cast5.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/cast5.h') 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); /** * @} */ -- cgit v1.2.3