OSDN Git Service

avcenc: Fix indentation
authorMartin Storsjo <martin@martin.st>
Fri, 13 Apr 2012 11:17:14 +0000 (14:17 +0300)
committerMartin Storsjo <martin@martin.st>
Tue, 10 Jul 2012 11:48:08 +0000 (14:48 +0300)
Change-Id: I4fcdf619e3b75387a7909272f3164b8d608b6cc2

media/libstagefright/codecs/avc/enc/src/sad_mb_offset.h

index d5d4a42..5bc5c86 100644 (file)
@@ -296,9 +296,9 @@ __asm__ volatile("LDR   %0, [%1], #16": "=&r"(x12), "=r"(blk));
 #if (NUMBER==3)
             goto         LOOP_SAD3;
 #elif (NUMBER==2)
-goto         LOOP_SAD2;
+            goto         LOOP_SAD2;
 #elif (NUMBER==1)
-goto         LOOP_SAD1;
+            goto         LOOP_SAD1;
 #endif
         }