Browse Source

Replace soft tags with hard tabs

Takahiro 5 years ago
parent
commit
7208eb816b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/jsm/loaders/GLTFLoader.js

+ 1 - 1
examples/jsm/loaders/GLTFLoader.js

@@ -258,7 +258,7 @@ var GLTFLoader = ( function () {
 
 			parser.fileLoader.setRequestHeader( this.requestHeader );
 
-      for ( var i = 0; i < this.pluginCallbacks.length; i ++ ) {
+			for ( var i = 0; i < this.pluginCallbacks.length; i ++ ) {
 
 				var plugin = this.pluginCallbacks[ i ]( parser );
 				plugins[ plugin.name ] = plugin;