diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp
index 004f335a5ac11a2524fbf6361965d56e8c4f263f..3f560b5750e4e003092af1dd5190fc12ccc490b2 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)