summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimon <none@none>2013-05-02 13:31:21 -0700
committersimon <none@none>2013-05-02 13:31:21 -0700
commit88ae31a3adcdc9fabf45b4a7cf1e53bd08615875 (patch)
tree1ec9e6f08528f212636feb7b4d20c2850388985d
parent348d4b66806cca07c91cab63f810d3d986e12377 (diff)
Fix line endings
-rwxr-xr-xindra/newview/llviewerwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp
index 136e61389a..c65caea3ec 100755
--- a/indra/newview/llviewerwindow.cpp
+++ b/indra/newview/llviewerwindow.cpp
@@ -2036,8 +2036,8 @@ void LLViewerWindow::shutdownViews()
}
llinfos << "Global views cleaned." << llendl ;
- LLNotificationsUI::LLToast::cleanupToasts();
- llinfos << "Leftover toast cleaned up." << llendl;
+ LLNotificationsUI::LLToast::cleanupToasts();
+ llinfos << "Leftover toast cleaned up." << llendl;
// DEV-40930: Clear sModalStack. Otherwise, any LLModalDialog left open
// will crump with LL_ERRS.