From b5bcba51b26f059b96cdb122b877fefad1e24e5c Mon Sep 17 00:00:00 2001
From: Graham Linden <graham@lindenlab.com>
Date: Fri, 8 Mar 2019 09:19:05 -0800
Subject: [PATCH] Fix tabs.

---
 indra/newview/llfloatereditextdaycycle.cpp | 2 +-
 indra/newview/llpanelenvironment.cpp       | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/indra/newview/llfloatereditextdaycycle.cpp b/indra/newview/llfloatereditextdaycycle.cpp
index 235a9b4d53f..055c8120a3f 100644
--- a/indra/newview/llfloatereditextdaycycle.cpp
+++ b/indra/newview/llfloatereditextdaycycle.cpp
@@ -266,7 +266,7 @@ BOOL LLFloaterEditExtDayCycle::postBuild()
             panel->setOnDirtyFlagChanged([this](LLPanel *, bool val) { onPanelDirtyFlagChanged(val); });
     }
 
-	return TRUE;
+    return TRUE;
 }
 
 void LLFloaterEditExtDayCycle::onOpen(const LLSD& key)
diff --git a/indra/newview/llpanelenvironment.cpp b/indra/newview/llpanelenvironment.cpp
index ef307ad079c..9cda37d05ec 100644
--- a/indra/newview/llpanelenvironment.cpp
+++ b/indra/newview/llpanelenvironment.cpp
@@ -1064,10 +1064,10 @@ LLSettingsDropTarget::LLSettingsDropTarget(const LLSettingsDropTarget::Params& p
 {}
 
 BOOL LLSettingsDropTarget::handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop,
-	EDragAndDropType cargo_type,
-	void* cargo_data,
-	EAcceptance* accept,
-	std::string& tooltip_msg)
+    EDragAndDropType cargo_type,
+    void* cargo_data,
+    EAcceptance* accept,
+    std::string& tooltip_msg)
 {
     BOOL handled = FALSE;
 
-- 
GitLab