summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterhoverheight.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-05-15 09:07:21 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-05-15 09:07:21 -0400
commit5d43bc166d011e911e0492579b2f4f8bf015b48f (patch)
treeccc4cda5c2c2c3a5689f4a33dcfda2a896f21b8c /indra/newview/llfloaterhoverheight.h
parenta3f2cacf542e1d770698ef6c7e6ea1c0a5cd3368 (diff)
parente7eced3c87310b15ac20cc3cd470d67686104a14 (diff)
Merge commit 'e7eced3' into release/luau-scripting: whitespace fix.
Diffstat (limited to 'indra/newview/llfloaterhoverheight.h')
-rw-r--r--indra/newview/llfloaterhoverheight.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/indra/newview/llfloaterhoverheight.h b/indra/newview/llfloaterhoverheight.h
index a643fa2516..778df644ef 100644
--- a/indra/newview/llfloaterhoverheight.h
+++ b/indra/newview/llfloaterhoverheight.h
@@ -1,4 +1,4 @@
-/**
+/**
* @file llfloaterhoverheight.h
* @brief Controller for self avatar hover height.
* @author vir@lindenlab.com
@@ -32,21 +32,21 @@
class LLFloaterHoverHeight: public LLFloater
{
public:
- LLFloaterHoverHeight(const LLSD& key);
- BOOL postBuild();
+ LLFloaterHoverHeight(const LLSD& key);
+ BOOL postBuild();
- static void onSliderMoved(LLUICtrl* ctrl, void* userData);
+ static void onSliderMoved(LLUICtrl* ctrl, void* userData);
- void onFinalCommit();
+ void onFinalCommit();
- static void syncFromPreferenceSetting(void *user_data, bool update_offset = true);
+ static void syncFromPreferenceSetting(void *user_data, bool update_offset = true);
- void onRegionChanged();
- void onSimulatorFeaturesReceived(const LLUUID &region_id);
- void updateEditEnabled();
+ void onRegionChanged();
+ void onSimulatorFeaturesReceived(const LLUUID &region_id);
+ void updateEditEnabled();
- /*virtual*/ void onClose(bool app_quitting);
- boost::signals2::connection mRegionChangedSlot;
+ /*virtual*/ void onClose(bool app_quitting);
+ boost::signals2::connection mRegionChangedSlot;
};
#endif