diff options
author | fowlerdm <fowlerdm@gmail.com> | 2024-06-19 18:56:57 -0600 |
---|---|---|
committer | fowlerdm <fowlerdm@gmail.com> | 2024-06-19 18:56:57 -0600 |
commit | 82536ba453c60dbadcfea736ed896591b7ad2ef9 (patch) | |
tree | 120d6c2e11a26d54fde1431f8e764ff85abbc636 /indra/newview | |
parent | 9cce9ab5d4cb113f094d780f899e155c1615e498 (diff) |
llprogressview.cpp: Correct formatting
Previous formatting resulted in compilation failure
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llprogressview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llprogressview.cpp b/indra/newview/llprogressview.cpp index af0e27f7f5..664860db30 100644 --- a/indra/newview/llprogressview.cpp +++ b/indra/newview/llprogressview.cpp @@ -438,8 +438,8 @@ void LLProgressView::initLogos() LLRect(texture_start_x, texture_start_y + icon_height, texture_start_x + icon_width, texture_start_y), default_clip, default_clip); -} */ +} void LLProgressView::initStartTexture(S32 location_id, bool is_in_production) { |