summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcallum <none@none>2010-12-03 15:00:32 -0800
committercallum <none@none>2010-12-03 15:00:32 -0800
commit468b44e2831241665e3cc0dfcf358cc2e8d6b389 (patch)
treef477d6a242098d503bde5ec2f0ec4d181abcf7d5
parent6ec12a2cd9bc7ba6a8d8451fd8eb86ba43b2cd8c (diff)
Silly whitespace issue - no code change.
-rw-r--r--indra/newview/llfloaterwebcontent.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/indra/newview/llfloaterwebcontent.cpp b/indra/newview/llfloaterwebcontent.cpp
index 31b6c3fc49..b2391cc54c 100644
--- a/indra/newview/llfloaterwebcontent.cpp
+++ b/indra/newview/llfloaterwebcontent.cpp
@@ -194,15 +194,15 @@ void LLFloaterWebContent::onClose(bool app_quitting)
destroy();
}
-// virtual
-void LLFloaterWebContent::draw()
-{
- // this is asychronous so we need to keep checking
- getChildView( "back" )->setEnabled( mWebBrowser->canNavigateBack() );
- getChildView( "forward" )->setEnabled( mWebBrowser->canNavigateForward() );
-
- LLFloater::draw();
-}
+// virtual
+void LLFloaterWebContent::draw()
+{
+ // this is asychronous so we need to keep checking
+ getChildView( "back" )->setEnabled( mWebBrowser->canNavigateBack() );
+ getChildView( "forward" )->setEnabled( mWebBrowser->canNavigateForward() );
+
+ LLFloater::draw();
+}
// virtual
void LLFloaterWebContent::handleMediaEvent(LLPluginClassMedia* self, EMediaEvent event)