diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-04-21 12:38:19 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-04-21 12:38:19 +0800 |
commit | c82295910685c54acf597277e9dac0f70eb40239 (patch) | |
tree | bbab47667afad674512938d45910a3c66a9f1063 /indra/llui | |
parent | 23a35d763bca645ce628d80ebd939c979590724c (diff) |
Avoid GCC misleading indentation errors
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llflatlistview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llflatlistview.cpp b/indra/llui/llflatlistview.cpp index fd4c33df30..6d4684fcee 100644 --- a/indra/llui/llflatlistview.cpp +++ b/indra/llui/llflatlistview.cpp @@ -1376,7 +1376,7 @@ bool LLFlatListViewEx::updateItemVisibility(LLPanel* item, const LLSD &action) if (!item) return false; - BOOL visible = TRUE; + BOOL visible = TRUE; // 0 signifies that filter is matched, // i.e. we don't hide items that don't support 'match_filter' action, separators etc. |