From: Andre Noll Date: Sun, 7 Feb 2016 21:47:10 +0000 (+0100) Subject: opus_common.c: Fix trival whitespace issue. X-Git-Tag: v0.5.6~47 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=ea629830b9a9901df24e630692b7e4367802fa73;hp=82d34d62888bc4d7b2d06ce52d66d6fc79af6034 opus_common.c: Fix trival whitespace issue. --- diff --git a/opus_common.c b/opus_common.c index 927df1f3..67a8841e 100644 --- a/opus_common.c +++ b/opus_common.c @@ -104,7 +104,7 @@ int opus_parse_header(const char *packet, int len, struct opus_header *h) if (!read_chars(&p, &ch, 1)) return -E_OPUS_HEADER; h->version = ch; - if((h->version & 240) != 0) /* Only major version 0 supported. */ + if ((h->version & 240) != 0) /* Only major version 0 supported. */ return -E_OPUS_HEADER; if (!read_chars(&p, &ch, 1))