From ec5e4095c9cda573ea7f103a894f39aa134d903e Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 18 Mar 2013 13:14:41 -0700 Subject: [PATCH] delete spaces at end of VoxelNode --- shared/src/VoxelNode.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/shared/src/VoxelNode.cpp b/shared/src/VoxelNode.cpp index f7abec677c..6bf1cf15b4 100644 --- a/shared/src/VoxelNode.cpp +++ b/shared/src/VoxelNode.cpp @@ -17,7 +17,4 @@ VoxelNode::VoxelNode() { for (int i = 0; i < 8; i++) { children[i] = NULL; } -} - - - +} \ No newline at end of file