소스 검색

Corrects tabs.

Areloch 9 년 전
부모
커밋
27bb7a712a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Engine/source/T3D/shapeBase.cpp

+ 1 - 1
Engine/source/T3D/shapeBase.cpp

@@ -4889,7 +4889,7 @@ DefineEngineMethod( ShapeBase, getTargetCount, S32, (),,
 			obj = (ShapeBase*)obj->getClientObject();
 
       if (obj->getShapeInstance() != NULL)
-		   return obj->getShapeInstance()->getTargetCount();
+         return obj->getShapeInstance()->getTargetCount();
 	}
 
 	return -1;