瀏覽代碼

[spine-csharp] Removed whitespace.

NathanSweet 9 年之前
父節點
當前提交
0a08704ee8
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      spine-csharp/src/Skeleton.cs

+ 2 - 2
spine-csharp/src/Skeleton.cs

@@ -82,8 +82,8 @@ namespace Spine {
 					bone = new Bone(boneData, this, null);				
 					bone = new Bone(boneData, this, null);				
 				} else {
 				} else {
 					Bone parent = bones.Items[boneData.parent.index];
 					Bone parent = bones.Items[boneData.parent.index];
-					bone = new Bone (boneData, this, parent);
-					parent.children.Add (bone);
+					bone = new Bone(boneData, this, parent);
+					parent.children.Add(bone);
 				}
 				}
 				bones.Add(bone);
 				bones.Add(bone);
 			}
 			}