Skip to content

Commit 19aba29

Browse files
committed
Fix various pre-commit failures
1 parent 501022a commit 19aba29

13 files changed

Lines changed: 16 additions & 16 deletions

File tree

indra/llcommon/llstring.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* Alchemy Viewer Source Code
1010
* Copyright (C) 2026, Rye <rye@alchemyviewer.org>
11-
*
11+
*
1212
* This library is free software; you can redistribute it and/or
1313
* modify it under the terms of the GNU Lesser General Public
1414
* License as published by the Free Software Foundation;

indra/llcommon/tests/llstring_utf_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* Alchemy Viewer Source Code
1717
* Copyright (C) 2026, Rye <rye@alchemyviewer.org>
18-
*
18+
*
1919
* This library is free software; you can redistribute it and/or
2020
* modify it under the terms of the GNU Lesser General Public
2121
* License as published by the Free Software Foundation;

indra/llrender/llfontbitmapcache.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* Alchemy Viewer Source Code
1010
* Copyright (C) 2026, Rye <rye@alchemyviewer.org>
11-
*
11+
*
1212
* This library is free software; you can redistribute it and/or
1313
* modify it under the terms of the GNU Lesser General Public
1414
* License as published by the Free Software Foundation;

indra/llrender/llfontbitmapcache.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* Alchemy Viewer Source Code
1010
* Copyright (C) 2026, Rye <rye@alchemyviewer.org>
11-
*
11+
*
1212
* This library is free software; you can redistribute it and/or
1313
* modify it under the terms of the GNU Lesser General Public
1414
* License as published by the Free Software Foundation;

indra/llrender/llfontface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* $LicenseInfo:firstyear=2026&license=viewerlgpl$
66
* Second Life Viewer Source Code
77
* Copyright (C) 2026, Linden Research, Inc.
8-
*
8+
*
99
* Alchemy Viewer Source Code
1010
* Copyright (C) 2026, Rye <rye@alchemyviewer.org>
1111
*

indra/llrender/llfontface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* $LicenseInfo:firstyear=2026&license=viewerlgpl$
77
* Second Life Viewer Source Code
88
* Copyright (C) 2026, Linden Research, Inc.
9-
*
9+
*
1010
* Alchemy Viewer Source Code
1111
* Copyright (C) 2026, Rye <rye@alchemyviewer.org>
1212
*

indra/newview/lltoolcomp.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -937,8 +937,8 @@ FSToolCompPose::FSToolCompPose()
937937
// Create a joint manipulator
938938
mManip = new FSManipRotateJoint(this);
939939

940-
// Possibly create a selection rectangle tool if you want
941-
// to be able to box-select joints or objects
940+
// Possibly create a selection rectangle tool if you want
941+
// to be able to box-select joints or objects
942942
// (same usage as LLToolCompRotate does)
943943
// mSelectRect = new LLToolSelectRect(this);
944944

@@ -1021,7 +1021,7 @@ void FSToolCompPose::pickCallback(const LLPickInfo& pick_info)
10211021
bool FSToolCompPose::handleMouseUp(S32 x, S32 y, MASK mask)
10221022
{
10231023
mMouseDown = false;
1024-
// The base LLToolComposite sets mCur->handleMouseUp(...)
1024+
// The base LLToolComposite sets mCur->handleMouseUp(...)
10251025
// and does other management
10261026
return LLToolComposite::handleMouseUp(x, y, mask);
10271027
}
@@ -1167,7 +1167,7 @@ void FSToolCompPoseTranslate::pickCallback(const LLPickInfo& pick_info)
11671167
bool FSToolCompPoseTranslate::handleMouseUp(S32 x, S32 y, MASK mask)
11681168
{
11691169
mMouseDown = false;
1170-
// The base LLToolComposite sets mCur->handleMouseUp(...)
1170+
// The base LLToolComposite sets mCur->handleMouseUp(...)
11711171
// and does other management
11721172
return LLToolComposite::handleMouseUp(x, y, mask);
11731173
}

indra/newview/lltoolcomp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ class FSToolCompPose : public LLToolComposite
288288
FSFloaterPoser* getPoserFloater(){ return mPoser; };
289289
protected:
290290
// Tools within this composite
291-
FSManipRotateJoint* mManip = nullptr;
291+
FSManipRotateJoint* mManip = nullptr;
292292
LLToolSelectRect* mSelectRect= nullptr;
293293
FSFloaterPoser* mPoser = nullptr;
294294

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
1+
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
1+
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)

0 commit comments

Comments
 (0)