summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorKyler Eastridge <felix.wolfz@gmail.com>2025-07-28 03:26:33 +0100
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-07-29 20:12:46 +0300
commit5c8fdad01fdbc68af3c38cfe147c87e9b4d6df7b (patch)
tree2553e8e8b4d02dd8267d4717905875e14e9bc2fb /indra
parent6c0e19cbecda2718fa628595a06a12d321a6dbcb (diff)
Fix formatting issue caused by VS again
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llhudeffectlookat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llhudeffectlookat.cpp b/indra/newview/llhudeffectlookat.cpp
index f726ef1354..a8fde33a25 100644
--- a/indra/newview/llhudeffectlookat.cpp
+++ b/indra/newview/llhudeffectlookat.cpp
@@ -391,7 +391,7 @@ void LLHUDEffectLookAt::setTargetPosGlobal(const LLVector3d &target_pos_global)
// setLookAt()
// called by agent logic to set look at behavior locally, and propagate to sim
//-----------------------------------------------------------------------------
-bool LLHUDEffectLookAt::setLookAt(ELookAtType target_type, LLViewerObject* object, LLVector3 position)
+bool LLHUDEffectLookAt::setLookAt(ELookAtType target_type, LLViewerObject *object, LLVector3 position)
{
static LLCachedControl<bool> enable_lookat_hints(gSavedSettings, "EnableLookAtHints", true);
if (!enable_lookat_hints)