Change tabs to spaces

This commit is contained in:
Alexander Bock
2017-04-17 15:00:15 -04:00
parent 87aa34f83e
commit dd32a812e1
19 changed files with 111 additions and 124 deletions
+2 -2
View File
@@ -119,13 +119,13 @@ Renderable::Renderable(const ghoul::Dictionary& dictionary)
addTag(std::move(tagName));
} else if (dictionary.hasKeyAndValue<ghoul::Dictionary>(KeyTag)) {
ghoul::Dictionary tagNames = dictionary.value<ghoul::Dictionary>(KeyTag);
std::vector<std::string> keys = tagNames.keys();
std::vector<std::string> keys = tagNames.keys();
std::string tagName;
for (const std::string& key : keys) {
tagName = tagNames.value<std::string>(key);
if (!tagName.empty())
addTag(std::move(tagName));
}
}
}
if (_startTime != "" && _endTime != "") {