Browse Source

Curly bracket changed to sit on the same line :)

Andrii Iudin 8 years ago
parent
commit
1801575c41
1 changed files with 1 additions and 2 deletions
  1. 1 2
      examples/js/loaders/VTKLoader.js

+ 1 - 2
examples/js/loaders/VTKLoader.js

@@ -919,8 +919,7 @@ Object.assign( THREE.VTKLoader.prototype, THREE.EventDispatcher.prototype, {
 						while ( dataArrayIndex < numberOfDataArrays ) {
 						while ( dataArrayIndex < numberOfDataArrays ) {
 
 
 							// Parse the DataArray
 							// Parse the DataArray
-							if ( ('#text' in arr[ dataArrayIndex ]) && (arr[ dataArrayIndex ][ '#text' ].length > 0) )
-							{
+							if ( ('#text' in arr[ dataArrayIndex ]) && (arr[ dataArrayIndex ][ '#text' ].length > 0) ) {
 								arr[ dataArrayIndex ].text = parseDataArray( arr[ dataArrayIndex ], compressed );
 								arr[ dataArrayIndex ].text = parseDataArray( arr[ dataArrayIndex ], compressed );
 							}
 							}
 								dataArrayIndex ++;
 								dataArrayIndex ++;