diff --git a/indra/newview/llpanelface.cpp b/indra/newview/llpanelface.cpp
index e9586d478f1b06d3fecbc78f8734dd65aee9605b..ff21438085473dc85920a2b4b4c7f315c7ce1e06 100644
--- a/indra/newview/llpanelface.cpp
+++ b/indra/newview/llpanelface.cpp
@@ -1024,7 +1024,6 @@ void LLPanelFace::updateUI(bool force_set_values /*false*/)
         mComboMatMedia->setEnabled(editable);
 
         LLRadioGroup* radio_mat_type = getChild<LLRadioGroup>("radio_material_type");
-
         if (radio_mat_type->getSelectedIndex() < MATTYPE_DIFFUSE)
         {
             radio_mat_type->selectNthItem(MATTYPE_DIFFUSE);