[SCM] libav/experimental: mathops: whitespace cosmetics

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:46:11 UTC 2013


The following commit has been merged in the experimental branch:
commit 26f6a57467c1e0ea96ed577228cdeada0a1f4d44
Author: Måns Rullgård <mans at mansr.com>
Date:   Wed May 20 18:49:52 2009 +0000

    mathops: whitespace cosmetics
    
    Originally committed as revision 18885 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h
index b92a6be..1a05787 100644
--- a/libavcodec/mathops.h
+++ b/libavcodec/mathops.h
@@ -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 */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list