From 1b68f71348ecf3983b76b40d7940da8377f049b7 Mon Sep 17 00:00:00 2001 From: Andrey Lihatskiy Date: Mon, 29 Apr 2024 07:43:28 +0300 Subject: #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed --- indra/newview/llblockedlistitem.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'indra/newview/llblockedlistitem.h') diff --git a/indra/newview/llblockedlistitem.h b/indra/newview/llblockedlistitem.h index 05409e8a3b..3eeefd622b 100644 --- a/indra/newview/llblockedlistitem.h +++ b/indra/newview/llblockedlistitem.h @@ -48,25 +48,25 @@ class LLBlockedListItem : public LLPanel { public: - LLBlockedListItem(const LLMute* item); - virtual BOOL postBuild(); + LLBlockedListItem(const LLMute* item); + virtual BOOL postBuild(); - void onMouseEnter(S32 x, S32 y, MASK mask); - void onMouseLeave(S32 x, S32 y, MASK mask); + void onMouseEnter(S32 x, S32 y, MASK mask); + void onMouseLeave(S32 x, S32 y, MASK mask); - virtual void setValue(const LLSD& value); + virtual void setValue(const LLSD& value); - void highlightName(const std::string& highlited_text); - const std::string& getName() const { return mItemName; } - const LLMute::EType& getType() const { return mMuteType; } - const LLUUID& getUUID() const { return mItemID; } + void highlightName(const std::string& highlited_text); + const std::string& getName() const { return mItemName; } + const LLMute::EType& getType() const { return mMuteType; } + const LLUUID& getUUID() const { return mItemID; } private: - LLTextBox* mTitleCtrl; - const LLUUID mItemID; - std::string mItemName; - LLMute::EType mMuteType; + LLTextBox* mTitleCtrl; + const LLUUID mItemID; + std::string mItemName; + LLMute::EType mMuteType; }; -- cgit v1.2.3