Skip to content

Commit

Permalink
Replace tabs with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
soopercool101 committed Feb 6, 2019
1 parent dcab9f5 commit 4f2cc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BrawlLib/SSBB/ResourceNodes/MDL0/MDL0Node.cs
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ public MDL0BoneNode FindBone(string name)

return null;
}
public MDL0BoneNode FindBoneByIndex(int givenIndex)
public MDL0BoneNode FindBoneByIndex(int givenIndex)
{
// Generate bones if the model hasn't been seen yet
if(_boneGroup == null)
Expand Down

0 comments on commit 4f2cc1a

Please sign in to comment.