diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-05-23 13:09:01 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-05-23 13:09:01 -0400 |
commit | 0abaa812df83dd803a8faba5c222630415816291 (patch) | |
tree | 30510b1a0d6150b0c65513760e2da461ac2c1fff /indra/llcommon | |
parent | 9d1c850a39fecaedfc93b3a6d4434f520aab6621 (diff) |
Fix lingering trailing whitespace in llmainthreadtask.h.
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llmainthreadtask.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llmainthreadtask.h b/indra/llcommon/llmainthreadtask.h index dde6c20210..eccf11fcbe 100644 --- a/indra/llcommon/llmainthreadtask.h +++ b/indra/llcommon/llmainthreadtask.h @@ -4,7 +4,7 @@ * @date 2019-12-04 * @brief LLMainThreadTask dispatches work to the main thread. When invoked on * the main thread, it performs the work inline. - * + * * $LicenseInfo:firstyear=2019&license=viewerlgpl$ * Copyright (c) 2019, Linden Research, Inc. * $/LicenseInfo$ |