diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-06-27 21:33:58 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-06-27 21:33:58 +0800 |
commit | 3fe4710e7c2af3d673b2b9b73d39405ff35517a4 (patch) | |
tree | 2b047326f05389353cbab338a1bf0ec52eb76a4d /indra/newview | |
parent | b6c1ba50d4d4665249fbc210c27db8c2f4942dd4 (diff) |
Fix indentations considered as errors by GCC
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llpanelprofile.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llpanelprofile.cpp b/indra/newview/llpanelprofile.cpp index 151e137b1d..8b4d33cf7c 100644 --- a/indra/newview/llpanelprofile.cpp +++ b/indra/newview/llpanelprofile.cpp @@ -1568,7 +1568,7 @@ void LLPanelProfileSecondLife::onShowInSearchCallback() if (value == mAllowPublish) return; - mAllowPublish = value; + mAllowPublish = value; saveAgentUserInfoCoro("allow_publish", value); } @@ -1722,7 +1722,7 @@ void LLPanelProfileSecondLife::onCommitProfileImage(const LLUUID& id) if (mSecondLifePic->getImageAssetId() == id) return; - std::function<void(bool)> callback = [id](bool result) + std::function<void(bool)> callback = [id](bool result) { if (result) { |