summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterregioninfo.cpp
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-07-19 11:35:24 +0800
committerErik Kundiman <erik@megapahit.org>2023-07-19 14:55:57 +0800
commit73d6aed67f25aed8efa5cb27b35ec30fc9a96e0e (patch)
treebbe8591828bc5e6372c5a2c32db1afeee9c80a9b /indra/newview/llfloaterregioninfo.cpp
parentcb2595bbb1dfce0170715b7b18c80218e0c20ce9 (diff)
Fix what GCC considers as misleading indentations
The style conventions aren't really being followed that the different styles of using tabs or spaces as indentations lead to GCC considering them as misleading. It's better to just fix them (but as little as possible as to minimise this fork difference from upstream) than to supress the warnings from being treated as errors.
Diffstat (limited to 'indra/newview/llfloaterregioninfo.cpp')
-rw-r--r--indra/newview/llfloaterregioninfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterregioninfo.cpp b/indra/newview/llfloaterregioninfo.cpp
index a24f04ccfb..7e9d0467f6 100644
--- a/indra/newview/llfloaterregioninfo.cpp
+++ b/indra/newview/llfloaterregioninfo.cpp
@@ -3855,7 +3855,7 @@ void LLPanelRegionEnvironment::onChkAllowOverride(bool value)
if (LLPanelEstateInfo::isLindenEstate())
notification = "ChangeLindenEstate";
- LLSD args;
+ LLSD args;
args["ESTATENAME"] = LLEstateInfoModel::instance().getName();
LLNotification::Params params(notification);
params.substitutions(args);