Skip to content

Commit

Permalink
Spaces to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
marksamman committed Jan 29, 2014
1 parent 4467646 commit b762459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iomapserialize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ bool IOMapSerialize::loadItem(PropStream& propStream, Cylinder* parent)
} else {
//The map changed since the last save, just read the attributes

// TODO: Store temporary item on stack for automatic memory management here
// TODO: Store temporary item on stack for automatic memory management here
item = Item::CreateItem(id);
if (item) {
item->unserializeAttr(propStream);
Expand Down

0 comments on commit b762459

Please sign in to comment.