summaryrefslogtreecommitdiff
path: root/indra/newview/lldonotdisturbnotificationstorage.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-05-15 12:19:54 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-05-15 12:19:54 -0400
commit7137647e90d8c11197513f542f04fb39b483d663 (patch)
tree7f94183e0fca8b6bd316b1bba394774a51e5f5b4 /indra/newview/lldonotdisturbnotificationstorage.h
parent7ccf02515ad3f9e3bf795d651fe4b3c0d773f353 (diff)
Manual whitespace cleanup (fix_whitespace.py).
Diffstat (limited to 'indra/newview/lldonotdisturbnotificationstorage.h')
-rw-r--r--indra/newview/lldonotdisturbnotificationstorage.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/indra/newview/lldonotdisturbnotificationstorage.h b/indra/newview/lldonotdisturbnotificationstorage.h
index 2d39b5efed..0dc2515e02 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<LLDoNotDisturbNotificationStorage>, 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<std::string, std::string> nameToPayloadParameterMap;
};