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/llui/lluiusage.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'indra/llui/lluiusage.h') diff --git a/indra/llui/lluiusage.h b/indra/llui/lluiusage.h index a30cd80db3..13f1e44a33 100644 --- a/indra/llui/lluiusage.h +++ b/indra/llui/lluiusage.h @@ -35,23 +35,23 @@ class LLUIUsage : public LLSingleton { public: - LLSINGLETON(LLUIUsage); - ~LLUIUsage(); + LLSINGLETON(LLUIUsage); + ~LLUIUsage(); public: - static std::string sanitized(const std::string& s); - static void setLLSDPath(LLSD& sd, const std::string& path, S32 max_elts, const LLSD& val); - static void setLLSDNested(LLSD& sd, const std::vector& fields, const LLSD& val); - void logCommand(const std::string& command); - void logControl(const std::string& control); - void logFloater(const std::string& floater); - void logPanel(const std::string& p); - LLSD asLLSD() const; - void clear(); + static std::string sanitized(const std::string& s); + static void setLLSDPath(LLSD& sd, const std::string& path, S32 max_elts, const LLSD& val); + static void setLLSDNested(LLSD& sd, const std::vector& fields, const LLSD& val); + void logCommand(const std::string& command); + void logControl(const std::string& control); + void logFloater(const std::string& floater); + void logPanel(const std::string& p); + LLSD asLLSD() const; + void clear(); private: - std::map mCommandCounts; - std::map mControlCounts; - std::map mFloaterCounts; - std::map mPanelCounts; + std::map mCommandCounts; + std::map mControlCounts; + std::map mFloaterCounts; + std::map mPanelCounts; }; #endif // LLUIUIUSAGE.h -- cgit v1.2.3