diff options
author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2023-08-23 07:13:43 +0200 |
---|---|---|
committer | Guru <alexandrgproductengine@lindenlab.com> | 2023-08-23 20:43:49 +0200 |
commit | beb6181863bbce18ff7f408014e02a1086bc9711 (patch) | |
tree | a5c7bfc959375fb2f407183562c7718f1656d990 /indra/llcommon/llrefcount.cpp | |
parent | 85efb85acfa098998c0f1249320f7e08288efdfc (diff) |
SL-19299 Code formatting in modified files
Diffstat (limited to 'indra/llcommon/llrefcount.cpp')
-rw-r--r-- | indra/llcommon/llrefcount.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llrefcount.cpp b/indra/llcommon/llrefcount.cpp index 3eae252ed5..3da94e7a8d 100644 --- a/indra/llcommon/llrefcount.cpp +++ b/indra/llcommon/llrefcount.cpp @@ -49,7 +49,7 @@ LLRefCount::LLRefCount() : } LLRefCount::~LLRefCount() -{ +{ if (mRef != LL_REFCOUNT_FREE && mRef != 0) { LL_ERRS() << "deleting non-zero reference" << LL_ENDL; |