diff options
author | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-08-09 19:51:13 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-08-09 22:55:08 +0300 |
commit | 105dc12980c8b90600a7a422985d067f4acbd794 (patch) | |
tree | 38e5210b36425dfc7e8bdf68d6f016d0fa7a9831 /indra | |
parent | 9a8b2186e745f77e7f62c4cae6c620d8275c166e (diff) |
Fix spaces in indra/newview/lllocalbitmaps.cpp
Co-authored-by: Andrey Lihatskiy <alihatskiy@productengine.com>
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/lllocalbitmaps.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lllocalbitmaps.cpp b/indra/newview/lllocalbitmaps.cpp index 49abc7ab7d..ce0c460f5b 100644 --- a/indra/newview/lllocalbitmaps.cpp +++ b/indra/newview/lllocalbitmaps.cpp @@ -679,7 +679,7 @@ void LLLocalBitmap::updateGLTFMaterials(LLUUID old_id, LLUUID new_id) } else { - LL_WARNS_ONCE() << "Failed to apply local material override, render material not found" << LL_ENDL; + LL_WARNS_ONCE() << "Failed to apply local material override, render material not found" << LL_ENDL; } } } |