diff vorbis.c @ 6750:c93570aeb3eb libavcodec

Remove unnecessary parentheses from return calls.
author diego
date Tue, 06 May 2008 09:16:36 +0000
parents 575e0a847f0c
children ddecbc18fe94
line wrap: on
line diff
--- a/vorbis.c	Sun May 04 22:39:12 2008 +0000
+++ b/vorbis.c	Tue May 06 09:16:36 2008 +0000
@@ -40,7 +40,7 @@
         for(i=0,j=ret;i<n-1;i++) j*=ret;
     } while (j<=x);
 
-    return (ret-1);
+    return ret - 1;
 }
 
 // Generate vlc codes from vorbis huffman code lengths