summaryrefslogtreecommitdiff
path: root/indra/newview/llpaneloutfitsinventory.cpp
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-07-26 13:21:27 +0300
committerGitHub <noreply@github.com>2024-07-26 13:21:27 +0300
commita5d68b3801be0ea77259b387f3c86cca54fc59cc (patch)
tree0872bf1d87bab24f67e5129dd42ebd85f1e464e0 /indra/newview/llpaneloutfitsinventory.cpp
parentdce1218b038f210fd6d4c19c84895fcf37e30c15 (diff)
Fix trailing whitespaces to make pre-commit happy
Diffstat (limited to 'indra/newview/llpaneloutfitsinventory.cpp')
-rw-r--r--indra/newview/llpaneloutfitsinventory.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpaneloutfitsinventory.cpp b/indra/newview/llpaneloutfitsinventory.cpp
index b226c2ca1a..47c02793a3 100644
--- a/indra/newview/llpaneloutfitsinventory.cpp
+++ b/indra/newview/llpaneloutfitsinventory.cpp
@@ -264,7 +264,6 @@ void LLPanelOutfitsInventory::updateListCommands()
bool wear_enabled = isActionEnabled("wear");
bool wear_visible = !isCOFPanelActive();
bool make_outfit_enabled = isActionEnabled("save_outfit");
-
mMyOutfitsPanel->childSetEnabled("trash_btn", trash_enabled);
mOutfitGalleryPanel->childSetEnabled("trash_btn", trash_enabled);
mWearBtn->setEnabled(wear_enabled);