Browse Source

QuickHull: Remove remaining soft tabs

Mugen87 7 years ago
parent
commit
ecf84209fc
1 changed files with 2 additions and 2 deletions
  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 );
 
-	        	}
+						}
 
 					}