tabs to spaces

This commit is contained in:
Selmar Kok
2018-10-05 16:30:50 +02:00
parent b2c232c76c
commit 7f13e3e912

View File

@@ -4583,7 +4583,7 @@ bool TinyGLTF::WriteGltfSceneToFile(Model *model, const std::string &filename,
else {
binUri = defaultBinFilename + defaultBinFileExt;
bool inUse = true;
int numUsed = 0;
int numUsed = 0;
while(inUse) {
inUse = false;
for (const std::string& usedName : usedUris) {