[FIRE-35042] - Rolled back Visual Studio formatting changes

Just to try to reduce the amount of flagged code changes that are just cause by Visual Studio adjusting code to be more readable.
master
minerjr 2025-01-11 21:59:53 -04:00
parent 1adfbb975b
commit 9cf5276107
1 changed files with 22 additions and 24 deletions

View File

@ -1667,10 +1667,8 @@ void LLFloaterInventoryFinder::updateElementsFromFilter()
U32 date_search_direction = mFilter->getDateSearchDirection();
LLInventoryFilter::EFilterCreatorType filter_creator = mFilter->getFilterCreatorType();
bool show_created_by_me =
((filter_creator == LLInventoryFilter::FILTERCREATOR_ALL) || (filter_creator == LLInventoryFilter::FILTERCREATOR_SELF));
bool show_created_by_others =
((filter_creator == LLInventoryFilter::FILTERCREATOR_ALL) || (filter_creator == LLInventoryFilter::FILTERCREATOR_OTHERS));
bool show_created_by_me = ((filter_creator == LLInventoryFilter::FILTERCREATOR_ALL) || (filter_creator == LLInventoryFilter::FILTERCREATOR_SELF));
bool show_created_by_others = ((filter_creator == LLInventoryFilter::FILTERCREATOR_ALL) || (filter_creator == LLInventoryFilter::FILTERCREATOR_OTHERS));
// update the ui elements
// <FS:PP> Make floater title translatable