From 440cb1e66b0431f014c97e4a8565a38515b923b7 Mon Sep 17 00:00:00 2001 From: Selmar Kok Date: Fri, 5 Oct 2018 16:30:50 +0200 Subject: [PATCH] tabs to spaces --- tiny_gltf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiny_gltf.h b/tiny_gltf.h index df29757..8b43da0 100644 --- a/tiny_gltf.h +++ b/tiny_gltf.h @@ -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) {