diff --git a/indra/newview/llcallfloater.h b/indra/newview/llcallfloater.h
index d98af4d9a1e52c7755a0cb676c2a4fb4de8662dd..8a440873ff1a070c61d2ca8af4385334d5d41ebc 100644
--- a/indra/newview/llcallfloater.h
+++ b/indra/newview/llcallfloater.h
@@ -61,12 +61,12 @@ class LLCallFloater : public LLDockableFloater
 	/*virtual*/ void onOpen(const LLSD& key);
 
 private:
-	typedef enum e_voice_controls_type
-	{
-		VC_LOCAL_CHAT,
-		VC_GROUP_CHAT,
-		VC_AD_HOC_CHAT,
-		VC_PEER_TO_PEER
+	typedef enum e_voice_controls_type
+	{
+		VC_LOCAL_CHAT,
+		VC_GROUP_CHAT,
+		VC_AD_HOC_CHAT,
+		VC_PEER_TO_PEER
 	}EVoiceControls;
 
 	/**