Browse Source

cosmetics: Reindent two misplaced braces.

Originally committed as revision 14317 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
b6934d7f9e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavcodec/ppc/dsputil_ppc.c

+ 2
- 2
libavcodec/ppc/dsputil_ppc.c View 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 */
}


Loading…
Cancel
Save