From ca8a4f1f0708aa4a2e594aba3280cf892365c4af Mon Sep 17 00:00:00 2001
From: Mike Antipov <mantipov@productengine.com>
Date: Mon, 30 Nov 2009 18:45:45 +0200
Subject: [PATCH] Fixed Line endings to Unix format

--HG--
branch : product-engine
---
 indra/newview/llcallfloater.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/indra/newview/llcallfloater.h b/indra/newview/llcallfloater.h
index d98af4d9a1e..8a440873ff1 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;
 
 	/**
-- 
GitLab