Browse Source

Formatting.

Mario Zechner 2 years ago
parent
commit
11d0a86d40
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spine-cpp/spine-cpp/src/spine/Skin.cpp

+ 1 - 1
spine-cpp/spine-cpp/src/spine/Skin.cpp

@@ -164,7 +164,7 @@ void Skin::addSkin(Skin *other) {
 	AttachmentMap::Entries entries = other->getAttachments();
 	while (entries.hasNext()) {
 		AttachmentMap::Entry &entry = entries.next();
-        entry._attachment->reference();
+		entry._attachment->reference();
 		setAttachment(entry._slotIndex, entry._name, entry._attachment);
 	}
 }