diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-08-28 21:16:56 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-08-28 21:16:56 -0400 |
commit | 03d7f2b84daf9ab991de6cad7d6149abda1ef716 (patch) | |
tree | 15a4eaaf4bb81dd10c6cb92065b0d7f7d5a23006 /indra/newview/llfloatergodtools.cpp | |
parent | baa7255687f265b2996754490083e7c26c646d72 (diff) |
Ditch trailing spaces.
Diffstat (limited to 'indra/newview/llfloatergodtools.cpp')
-rw-r--r-- | indra/newview/llfloatergodtools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatergodtools.cpp b/indra/newview/llfloatergodtools.cpp index 4217b3ad49..f2884c3a6e 100644 --- a/indra/newview/llfloatergodtools.cpp +++ b/indra/newview/llfloatergodtools.cpp @@ -854,7 +854,7 @@ void LLPanelRegionTools::onSelectRegion() LLPanelGridTools::LLPanelGridTools() : LLPanel() { - mCommitCallbackRegistrar.add("GridTools.FlushMapVisibilityCaches", + mCommitCallbackRegistrar.add("GridTools.FlushMapVisibilityCaches", { boost::bind(&LLPanelGridTools::onClickFlushMapVisibilityCaches, this), cb_info::UNTRUSTED_BLOCK }); } |