Fix spaces in indra/newview/lllocalbitmaps.cpp

Co-authored-by: Andrey Lihatskiy <alihatskiy@productengine.com>
master
Andrey Kleshchev 2024-08-09 19:51:13 +03:00
parent 9a8b2186e7
commit 105dc12980
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}
}