summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-05-23 12:59:18 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-05-23 12:59:18 -0400
commitf4b80ccdb2a81cbc2e6a175dd711f38aa93d206f (patch)
tree7ae5d405bc329b3eced0da9c4f412c5482dea725 /indra/llcommon
parentba2956895c26ccd65ccfcac71fbb4e9ebcb4557b (diff)
Fix lingering trailing whitespace in lleventfilter.h.
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/lleventfilter.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/indra/llcommon/lleventfilter.h b/indra/llcommon/lleventfilter.h
index b39791c560..9988459aae 100644
--- a/indra/llcommon/lleventfilter.h
+++ b/indra/llcommon/lleventfilter.h
@@ -3,25 +3,25 @@
* @author Nat Goodspeed
* @date 2009-03-05
* @brief Define LLEventFilter: LLEventStream subclass with conditions
- *
+ *
* $LicenseInfo:firstyear=2009&license=viewerlgpl$
* Second Life Viewer Source Code
* Copyright (C) 2010, Linden Research, Inc.
- *
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
* version 2.1 of the License only.
- *
+ *
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
- *
+ *
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
+ *
* Linden Research, Inc., 945 Battery Street, San Francisco, CA 94111 USA
* $/LicenseInfo$
*/
@@ -79,8 +79,8 @@ private:
/**
* Wait for an event to be posted. If no such event arrives within a specified
* time, take a specified action.
- *
- * @NOTE: Caution should be taken when using the LLEventTimeout(LLEventPump &)
+ *
+ * @NOTE: Caution should be taken when using the LLEventTimeout(LLEventPump &)
* constructor to ensure that the upstream event pump is not an LLEventMaildrop
* or any other kind of store and forward pump which may have events outstanding.
* Using this constructor will cause the upstream event pump to fire any pending
@@ -154,11 +154,11 @@ public:
/**
* Like actionAfter(), but where the desired Action is a particular event
* for all listeners. Pass the timeout time and the desired @a event data.
- *
+ *
* Suppose the timeout should only be satisfied by a particular event, but
* the ultimate listener must see all other incoming events as well, plus
* the timeout @a event if any:
- *
+ *
* @code
* some LLEventMatching LLEventMatching
* event ---> for particular ---> LLEventTimeout ---> for timeout
@@ -166,7 +166,7 @@ public:
* \ \ ultimate
* `-----------------------------------------------------> listener
* @endcode
- *
+ *
* Since a given listener can listen on more than one LLEventPump, we can
* set things up so it sees the set union of events from LLEventTimeout
* and the original event source. However, as LLEventTimeout passes