# HG changeset patch # User melanson # Date 1261208051 0 # Node ID 7c0cc00cabc83a898462793eb1c39bde8e936763 # Parent a80851eebd2eaed22ea5a80ff30012233e5a9dee Cosmetic: indent after last change. diff -r a80851eebd2e -r 7c0cc00cabc8 vp3.c --- a/vp3.c Sat Dec 19 07:33:10 2009 +0000 +++ b/vp3.c Sat Dec 19 07:34:11 2009 +0000 @@ -980,8 +980,8 @@ return 1; } if (s->macroblock_coding[current_macroblock] == MODE_INTER_FOURMV) { - s->all_fragments[current_fragment].motion_x = motion_x[k]; - s->all_fragments[current_fragment].motion_y = motion_y[k]; + s->all_fragments[current_fragment].motion_x = motion_x[k]; + s->all_fragments[current_fragment].motion_y = motion_y[k]; } else { s->all_fragments[current_fragment].motion_x = motion_x[0]; s->all_fragments[current_fragment].motion_y = motion_y[0];