summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-06-07 15:20:04 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-06-07 15:20:04 -0400
commitaf3a1b078e3575147d6ef30c03677d1e891b65e4 (patch)
treed4f27eb024a40640e002b3f9400b4e7beaa92c1d /indra
parent2c00dfe53574e07b3c357d80080af04a5157f240 (diff)
Tidy up merge from main.
Diffstat (limited to 'indra')
-rw-r--r--indra/llcommon/llleap.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llcommon/llleap.cpp b/indra/llcommon/llleap.cpp
index e1ee8df24f..b81390ee2c 100644
--- a/indra/llcommon/llleap.cpp
+++ b/indra/llcommon/llleap.cpp
@@ -440,8 +440,7 @@ private:
std::string mDesc;
LLEventStream mDonePump;
LLProcessPtr mChild;
- LLTempBoundListener
- mStdinConnection, mStdoutConnection, mStderrConnection;
+ LLTempBoundListener mStdoutConnection, mStderrConnection;
LLProcess::ReadPipe::size_type mExpect;
LLError::RecorderPtr mRecorder;
std::unique_ptr<LLLeapListener> mListener;