summaryrefslogtreecommitdiff
path: root/indra/newview/llpaneldirclassified.cpp
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2025-10-27 18:44:24 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2025-10-27 19:02:55 +0200
commit8bcbb33cf2bfed9ab929170aeedb7f6ea391b06f (patch)
treeb6e4f62bac409d8051f9cf07c09febb8203d12bf /indra/newview/llpaneldirclassified.cpp
parent4100b0cd411b4ac0ea9a4b944611bf1d99390a92 (diff)
Fix indentation and trailing-whitespace
Diffstat (limited to 'indra/newview/llpaneldirclassified.cpp')
-rw-r--r--indra/newview/llpaneldirclassified.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpaneldirclassified.cpp b/indra/newview/llpaneldirclassified.cpp
index cedd91e1bd..f055e6f05a 100644
--- a/indra/newview/llpaneldirclassified.cpp
+++ b/indra/newview/llpaneldirclassified.cpp
@@ -96,7 +96,7 @@ void LLPanelDirClassified::performQuery()
inc_mature && gAgent.canAccessMature(),
inc_adult && gAgent.canAccessAdult());
U32 category = childGetValue("Category").asInteger();
-
+
msg->nextBlockFast(_PREHASH_QueryData);
msg->addUUIDFast(_PREHASH_QueryID, mSearchID );
msg->addStringFast(_PREHASH_QueryText, childGetValue("name").asString());