From 90fcfca561bfa2b00a3a1658a1a5e84da86694ba Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Thu, 15 Aug 2013 10:45:53 -0700 Subject: [PATCH] style fix --- libraries/voxels/src/VoxelSceneStats.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/voxels/src/VoxelSceneStats.h b/libraries/voxels/src/VoxelSceneStats.h index ba9fa559b1..feb8b81edc 100644 --- a/libraries/voxels/src/VoxelSceneStats.h +++ b/libraries/voxels/src/VoxelSceneStats.h @@ -171,7 +171,7 @@ private: static int const MAX_ITEM_VALUE_LENGTH = 128; char _itemValueBuffer[MAX_ITEM_VALUE_LENGTH]; - unsigned char* _jurisdictionRoot; + unsigned char* _jurisdictionRoot; std::vector _jurisdictionEndNodes; };