summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-rw-r--r--indra/llcommon/llinttracker.h2
-rw-r--r--indra/llcommon/resultset.cpp2
-rw-r--r--indra/llcommon/resultset.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/indra/llcommon/llinttracker.h b/indra/llcommon/llinttracker.h
index 86c30bc7aa..fd6d24d0fd 100644
--- a/indra/llcommon/llinttracker.h
+++ b/indra/llcommon/llinttracker.h
@@ -3,7 +3,7 @@
* @author Nat Goodspeed
* @date 2024-08-30
* @brief LLIntTracker isa LLInstanceTracker with generated int keys.
- *
+ *
* $LicenseInfo:firstyear=2024&license=viewerlgpl$
* Copyright (c) 2024, Linden Research, Inc.
* $/LicenseInfo$
diff --git a/indra/llcommon/resultset.cpp b/indra/llcommon/resultset.cpp
index cb46db04fa..4d7b00eabd 100644
--- a/indra/llcommon/resultset.cpp
+++ b/indra/llcommon/resultset.cpp
@@ -3,7 +3,7 @@
* @author Nat Goodspeed
* @date 2024-09-03
* @brief Implementation for resultset.
- *
+ *
* $LicenseInfo:firstyear=2024&license=viewerlgpl$
* Copyright (c) 2024, Linden Research, Inc.
* $/LicenseInfo$
diff --git a/indra/llcommon/resultset.h b/indra/llcommon/resultset.h
index 9b9ecbb21e..90d52b6fe4 100644
--- a/indra/llcommon/resultset.h
+++ b/indra/llcommon/resultset.h
@@ -4,7 +4,7 @@
* @date 2024-09-03
* @brief ResultSet is an abstract base class to allow scripted access to
* potentially large collections representable as LLSD arrays.
- *
+ *
* $LicenseInfo:firstyear=2024&license=viewerlgpl$
* Copyright (c) 2024, Linden Research, Inc.
* $/LicenseInfo$