diff options
author | Oz Linden <oz@lindenlab.com> | 2017-03-14 14:17:34 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2017-03-14 14:17:34 -0400 |
commit | c4b2bd36e011ac5e34159163c9f515c0566565a5 (patch) | |
tree | 078e5d7a1fc6530787ca3c46e7deff3acfe04ef1 /indra/newview/llvoiceclient.cpp | |
parent | 5516d33425bcd0833ad9384b6ab4d18d8a72da3a (diff) |
coding style
Diffstat (limited to 'indra/newview/llvoiceclient.cpp')
-rw-r--r-- | indra/newview/llvoiceclient.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp index 26f172171a..f78a6edc80 100644 --- a/indra/newview/llvoiceclient.cpp +++ b/indra/newview/llvoiceclient.cpp @@ -200,7 +200,10 @@ void LLVoiceClient::updateSettings() updateMicMuteLogic(); - if (mVoiceModule) mVoiceModule->updateSettings(); + if (mVoiceModule) + { + mVoiceModule->updateSettings(); + } } //-------------------------------------------------- |