diff --git a/libraries/liblutil/hash.c b/libraries/liblutil/hash.c index b5afd3848d..e6740640dd 100644 --- a/libraries/liblutil/hash.c +++ b/libraries/liblutil/hash.c @@ -44,8 +44,7 @@ void lutil_HASHUpdate( struct lutil_HASHContext *ctx, const unsigned char *buf, - ber_len_t len -) + ber_len_t len ) { const unsigned char *p, *e; ber_uint_t h;