From d3cea128f730d5c2ca810ee383ad93aa136d11c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20Winzell?= Date: Wed, 6 Dec 2017 10:34:57 -0800 Subject: [PATCH] Whitespace tweak. --- src/Raw2Gltf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Raw2Gltf.cpp b/src/Raw2Gltf.cpp index f9c2694..eaa034d 100644 --- a/src/Raw2Gltf.cpp +++ b/src/Raw2Gltf.cpp @@ -304,7 +304,7 @@ ModelData *Raw2Gltf( std::unique_ptr gltf(new GLTFData(options.outputBinary)); - std::map> nodesById; + std::map> nodesById; std::map> materialsByName; std::map> textureByIndicesKey; std::map> meshBySurfaceId;