Skip to content

Commit 5c8fdad

Browse files
FelixWolfakleshchev
authored andcommitted
Fix formatting issue caused by VS again
1 parent 6c0e19c commit 5c8fdad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indra/newview/llhudeffectlookat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ void LLHUDEffectLookAt::setTargetPosGlobal(const LLVector3d &target_pos_global)
391391
// setLookAt()
392392
// called by agent logic to set look at behavior locally, and propagate to sim
393393
//-----------------------------------------------------------------------------
394-
bool LLHUDEffectLookAt::setLookAt(ELookAtType target_type, LLViewerObject* object, LLVector3 position)
394+
bool LLHUDEffectLookAt::setLookAt(ELookAtType target_type, LLViewerObject *object, LLVector3 position)
395395
{
396396
static LLCachedControl<bool> enable_lookat_hints(gSavedSettings, "EnableLookAtHints", true);
397397
if (!enable_lookat_hints)

0 commit comments

Comments
 (0)