diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp
index bb28d5d83e65093c0d594c61997562722779a36e..0fc95de6183935a1f1473d4e7352bf67fd2ffa9e 100644
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -1307,7 +1307,6 @@ BOOL LLVOVolume::calcLOD()
 	cur_detail = computeLODDetail(ll_round(distance, 0.01f), 
                                   ll_round(radius, 0.01f));
 
-
     if (gPipeline.hasRenderDebugMask(LLPipeline::RENDER_DEBUG_TRIANGLE_COUNT) && mDrawable->getFace(0))
     {
         if (isRootEdit() && getChildren().size()>0)