cosmetics: Reindent two misplaced braces.
authorDiego Biurrun <diego@biurrun.de>
Sun, 20 Jul 2008 20:02:09 +0000 (20:02 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 20 Jul 2008 20:02:09 +0000 (20:02 +0000)
Originally committed as revision 14317 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/ppc/dsputil_ppc.c

index 28bcf2c..bc569bf 100644 (file)
@@ -300,8 +300,8 @@ void dsputil_init_ppc(DSPContext* c, AVCodecContext *avctx)
                     perfdata[j][i][powerpc_data_max] = 0x0000000000000000ULL;
                     perfdata[j][i][powerpc_data_sum] = 0x0000000000000000ULL;
                     perfdata[j][i][powerpc_data_num] = 0x0000000000000000ULL;
-                  }
-              }
+                }
+            }
         }
 #endif /* CONFIG_POWERPC_PERF */
     }