[Client] Replace tab characters with spaces

coverity_scan^2
David Cernat 8 years ago
parent 5eff2ece21
commit d503a65849

@ -164,7 +164,7 @@ if (ANDROID)
${OSG_PLUGINS}
jpeg
gif
png
png
)
endif (ANDROID)

@ -81,7 +81,7 @@ namespace MWGui
// automatically for stacks of gold
worldObject.count = dropped.getRefData().getCount();
// Get the real count of gold in a stack
// Get the real count of gold in a stack
worldObject.goldValue = dropped.getCellRef().getGoldValue();
event->addObject(worldObject);

Loading…
Cancel
Save