]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
opus_common.c: Fix trival whitespace issue.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 7 Feb 2016 21:47:10 +0000 (22:47 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 28 Mar 2016 17:23:12 +0000 (17:23 +0000)
opus_common.c

index 927df1f3c2f881fb036b13df50fbd49b43ec568d..67a8841e8b8ce7fe172043a144332cb1db4c577f 100644 (file)
@@ -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))