diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2011-04-27 18:17:09 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2011-04-27 18:17:09 -0700 |
commit | f56a2e55ccd86e3739f69c3d8dcc007c337bdaa1 (patch) | |
tree | 500082932489bfda5f8ba15de6da3a038962d356 /indra/newview | |
parent | 89198015596c72838962d3836b308469ef086e3e (diff) |
adding newline at end of llfloatersounddevices.cpp
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfloatersounddevices.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatersounddevices.cpp b/indra/newview/llfloatersounddevices.cpp index 1f6a992fc5..4f3945c95f 100644 --- a/indra/newview/llfloatersounddevices.cpp +++ b/indra/newview/llfloatersounddevices.cpp @@ -82,4 +82,4 @@ void LLFloaterSoundDevices::setFocus( BOOL b ) // We have to override setFocus() for because selecting an item of the // combobox causes the floater to lose focus and thus become transparent. updateTransparency(TT_ACTIVE); -}
\ No newline at end of file +} |