mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
mathops: whitespace cosmetics
Originally committed as revision 18885 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d349685bb9
commit
26f6a57467
@ -25,21 +25,13 @@
|
||||
#include "libavutil/common.h"
|
||||
|
||||
#if ARCH_X86
|
||||
|
||||
#include "x86/mathops.h"
|
||||
|
||||
# include "x86/mathops.h"
|
||||
#elif ARCH_ARM
|
||||
|
||||
#include "arm/mathops.h"
|
||||
|
||||
# include "arm/mathops.h"
|
||||
#elif ARCH_PPC
|
||||
|
||||
#include "ppc/mathops.h"
|
||||
|
||||
# include "ppc/mathops.h"
|
||||
#elif ARCH_BFIN
|
||||
|
||||
#include "bfin/mathops.h"
|
||||
|
||||
# include "bfin/mathops.h"
|
||||
#endif
|
||||
|
||||
/* generic implementation */
|
||||
|
Loading…
Reference in New Issue
Block a user