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/lldonotdisturbnotificationstorage.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'indra/newview/lldonotdisturbnotificationstorage.h') diff --git a/indra/newview/lldonotdisturbnotificationstorage.h b/indra/newview/lldonotdisturbnotificationstorage.h index 237d58b4de..1432d37de6 100644 --- a/indra/newview/lldonotdisturbnotificationstorage.h +++ b/indra/newview/lldonotdisturbnotificationstorage.h @@ -1,4 +1,4 @@ -/** +/** * @file lldonotdisturbnotificationstorage.h * @brief Header file for lldonotdisturbnotificationstorage * @author Stinson@lindenlab.com @@ -47,18 +47,18 @@ public: class LLDoNotDisturbNotificationStorage : public LLParamSingleton, public LLNotificationStorage { - LLSINGLETON(LLDoNotDisturbNotificationStorage); - ~LLDoNotDisturbNotificationStorage(); + LLSINGLETON(LLDoNotDisturbNotificationStorage); + ~LLDoNotDisturbNotificationStorage(); - LOG_CLASS(LLDoNotDisturbNotificationStorage); + LOG_CLASS(LLDoNotDisturbNotificationStorage); public: static const char * toastName; static const char * offerName; bool getDirty(); void resetDirty(); - void saveNotifications(); - void loadNotifications(); + void saveNotifications(); + void loadNotifications(); void updateNotifications(); void removeNotification(const char * name, const LLUUID& id); void reset(); @@ -71,8 +71,8 @@ private: bool mDirty; LLDoNotDisturbNotificationStorageTimer mTimer; - LLNotificationChannelPtr getCommunicationChannel() const; - bool onChannelChanged(const LLSD& pPayload); + LLNotificationChannelPtr getCommunicationChannel() const; + bool onChannelChanged(const LLSD& pPayload); std::map nameToPayloadParameterMap; }; -- cgit v1.2.3