From 4b268a5d6add40b7d948485f062ca60e77062bc8 Mon Sep 17 00:00:00 2001
From: Brad Linden <brad@lindenlab.com>
Date: Mon, 17 Jul 2023 15:32:28 -0700
Subject: [PATCH] Delete unprintable chars that accidentally got into the merge
 in kdiff3 for DRTVWR-559

---
 indra/newview/llpanelface.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/indra/newview/llpanelface.cpp b/indra/newview/llpanelface.cpp
index e9586d478f1..ff214380854 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);
-- 
GitLab