summaryrefslogtreecommitdiff
path: root/indra/llcorehttp/_refcounted.cpp
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-05-13 17:06:17 +0300
committerGitHub <noreply@github.com>2024-05-13 17:06:17 +0300
commit9013267da2269a9bd9683862b7449db1b1093afc (patch)
tree336172dfd6468e8bafa1d9c4a229624e85ffecfb /indra/llcorehttp/_refcounted.cpp
parent0cb2c511bc2a0f54eb7b3a4c2988d7ebec96e3be (diff)
parent38c2a5bde985a6a8a96d912d432f8bdf7e5b60be (diff)
Merge pull request #1373 from secondlife/marchcat/x-ws-merge
Diffstat (limited to 'indra/llcorehttp/_refcounted.cpp')
-rw-r--r--indra/llcorehttp/_refcounted.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/llcorehttp/_refcounted.cpp b/indra/llcorehttp/_refcounted.cpp
index e7d0b72741..94b28102f3 100644
--- a/indra/llcorehttp/_refcounted.cpp
+++ b/indra/llcorehttp/_refcounted.cpp
@@ -1,4 +1,4 @@
-/**
+/**
* @file _refcounted.cpp
* @brief Atomic, thread-safe ref counting and destruction mixin class
*
@@ -30,11 +30,11 @@
namespace LLCoreInt
{
-#if ! LL_WINDOWS
+#if ! LL_WINDOWS
const S32 RefCounted::NOT_REF_COUNTED;
-#endif // ! LL_WINDOWS
+#endif // ! LL_WINDOWS
RefCounted::~RefCounted()
{}