From fd29dd95082f9fc8ad4946d70cdf22e09e4dcd21 Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Fri, 9 May 2014 22:19:52 -0400 Subject: [PATCH] Spaces to Tabs for Last commit --- indra/newview/llvovolume.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 166559582..e93c9006b 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -343,13 +343,13 @@ U32 LLVOVolume::processUpdateMessage(LLMessageSystem *mesgsys, mTextureAnimp = new LLViewerTextureAnim(this); mTexAnimMode = 0; } - else - { - if (!(mTextureAnimp->mMode & LLTextureAnim::SMOOTH)) - { - mTextureAnimp->reset(); - } - } + else + { + if (!(mTextureAnimp->mMode & LLTextureAnim::SMOOTH)) + { + mTextureAnimp->reset(); + } + } mTextureAnimp->unpackTAMessage(mesgsys, block_num); }