From cc69e6df38cdaaa347dc28b0640420a704ed9783 Mon Sep 17 00:00:00 2001
From: Todd Stinson <stinson@lindenlab.com>
Date: Thu, 15 Mar 2012 13:24:50 -0700
Subject: BUILDFIX: Correcting line spacing at end-of-file.

---
 indra/newview/llfloaterpathfindingconsole.cpp | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

(limited to 'indra')

diff --git a/indra/newview/llfloaterpathfindingconsole.cpp b/indra/newview/llfloaterpathfindingconsole.cpp
index 65a558b778..ae08a166a1 100644
--- a/indra/newview/llfloaterpathfindingconsole.cpp
+++ b/indra/newview/llfloaterpathfindingconsole.cpp
@@ -789,9 +789,9 @@ void LLFloaterPathfindingConsole::updateStatusOnConsoleState()
 	mPathfindingViewerStatus->setText((LLStringExplicit)viewerStatusText, viewerStyleParams);
 	mPathfindingSimulatorStatus->setText((LLStringExplicit)simulatorStatusText);
 }
-
-std::string LLFloaterPathfindingConsole::getSimulatorStatusText() const
-{
+
+std::string LLFloaterPathfindingConsole::getSimulatorStatusText() const
+{
 	std::string simulatorStatusText("");
 
 #ifdef DEPRECATED_UNVERSIONED_NAVMESH
@@ -854,7 +854,7 @@ std::string LLFloaterPathfindingConsole::getSimulatorStatusText() const
 #endif // DEPRECATED_UNVERSIONED_NAVMESH
 
 	return simulatorStatusText;
-}
+}
 
 void LLFloaterPathfindingConsole::setAgentState(LLPathfindingManager::EAgentState pAgentState)
 {
@@ -975,4 +975,4 @@ void LLFloaterPathfindingConsole::regionCrossingOccured()
 	styleParams.color = LLUIColorTable::instance().getColor("DrYellow");
 	statusText = getString("navmesh_update_needed");
 	mPathfindingViewerStatus->setText((LLStringExplicit)statusText, styleParams);
-}
\ No newline at end of file
+}
-- 
cgit v1.2.3