提交 5ebc7f8c 编写于 作者: A Andrii Iudin

Curly braces changed to sit on the same line

上级 f5d9a003
......@@ -532,8 +532,7 @@ Object.assign( THREE.VTKLoader.prototype, THREE.EventDispatcher.prototype, {
}
function Float32Concat(first, second)
{
function Float32Concat(first, second) {
var firstLength = first.length,
result = new Float32Array(firstLength + second.length);
......@@ -543,8 +542,7 @@ Object.assign( THREE.VTKLoader.prototype, THREE.EventDispatcher.prototype, {
return result;
}
function Int32Concat(first, second)
{
function Int32Concat(first, second) {
var firstLength = first.length,
result = new Int32Array(firstLength + second.length);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册