Ver código fonte

QuickHull: Remove remaining soft tabs

Mugen87 7 anos atrás
pai
commit
ecf84209fc
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      examples/js/QuickHull.js

+ 2 - 2
examples/js/QuickHull.js

@@ -584,9 +584,9 @@
 
 						if ( maxFace !== null ) {
 
-	          	this.addVertexToFace( vertex, maxFace );
+							this.addVertexToFace( vertex, maxFace );
 
-	        	}
+						}
 
 					}