Skip to content
Snippets Groups Projects
Commit 0622cd9e authored by Aimee Linden's avatar Aimee Linden
Browse files

DEV-36441 FIXED Minor coding standards fix-up to previous fix for VWR-14765.

parent ff2c3873
No related branches found
No related tags found
No related merge requests found
...@@ -1153,7 +1153,10 @@ void LLPanelLogin::onSelectServer(LLUICtrl*, void*) ...@@ -1153,7 +1153,10 @@ void LLPanelLogin::onSelectServer(LLUICtrl*, void*)
void LLPanelLogin::onServerComboLostFocus(LLFocusableElement* fe) void LLPanelLogin::onServerComboLostFocus(LLFocusableElement* fe)
{ {
if (!sInstance) return; if (!sInstance)
{
return;
}
LLComboBox* combo = sInstance->getChild<LLComboBox>("server_combo"); LLComboBox* combo = sInstance->getChild<LLComboBox>("server_combo");
if(fe == combo) if(fe == combo)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment