# HG changeset patch # User aurel # Date 1178552682 0 # Node ID 2e400c0e99f63a29b7e792621d77a27eb0d12e9f # Parent b34f448e1a1201e63db85deb39a9d6abd05a234e cosmetics: fix inconsistent indentation diff -r b34f448e1a12 -r 2e400c0e99f6 vp3.c --- a/vp3.c Mon May 07 15:43:01 2007 +0000 +++ b/vp3.c Mon May 07 15:44:42 2007 +0000 @@ -2405,10 +2405,10 @@ visible_width = get_bits_long(gb, 24); visible_height = get_bits_long(gb, 24); - if (s->theora >= 0x030200) { - skip_bits(gb, 8); /* offset x */ - skip_bits(gb, 8); /* offset y */ - } + if (s->theora >= 0x030200) { + skip_bits(gb, 8); /* offset x */ + skip_bits(gb, 8); /* offset y */ + } skip_bits(gb, 32); /* fps numerator */ skip_bits(gb, 32); /* fps denumerator */