OSDN Git Service

整形
authoryoya <yoya@7c90b180-03d5-4157-b861-58a559ae9d1e>
Mon, 25 Oct 2010 17:07:40 +0000 (17:07 +0000)
committeryoya <yoya@7c90b180-03d5-4157-b861-58a559ae9d1e>
Mon, 25 Oct 2010 17:07:40 +0000 (17:07 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/swfed/trunk@296 7c90b180-03d5-4157-b861-58a559ae9d1e

src/swf_shape_record.c

index 50b3373..65b1fcb 100644 (file)
@@ -111,7 +111,6 @@ swf_shape_record_delete(swf_shape_record_t *shape_record) {
     first_bit = (shape_record->first_6bits >> 5) & 1;
     next_5bits = shape_record->first_6bits & 0x1f;
 
-
     if ((first_bit == 0) && (next_5bits != 0)) {
         swf_shape_record_setup_delete(&(shape_record->shape.shape_setup));
     }