Remove extra empty line
authorJingning Han <jingning@google.com>
Tue, 7 Oct 2014 21:06:37 +0000 (14:06 -0700)
committerJingning Han <jingning@google.com>
Tue, 7 Oct 2014 21:06:54 +0000 (14:06 -0700)
Change-Id: I6f2865bb8ba9295f5c45a4cad065aecbe1e63c32

vp9/common/vp9_common_data.c

index 77bbe43..2aaa009 100644 (file)
@@ -34,7 +34,6 @@ const int size_group_lookup[BLOCK_SIZES] =
 const int num_pels_log2_lookup[BLOCK_SIZES] =
   {4, 5, 5, 6, 7, 7, 8, 9, 9, 10, 11, 11, 12};
 
-
 const PARTITION_TYPE partition_lookup[][BLOCK_SIZES] = {
   {  // 4X4
     // 4X4, 4X8,8X4,8X8,8X16,16X8,16X16,16X32,32X16,32X32,32X64,64X32,64X64