Skip to content

Commit 1c2d19b

Browse files
committed
Applying clang-format.
1 parent 6a474fe commit 1c2d19b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/tools/lldb-dap/Transport.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ Transport::Read(const std::chrono::microseconds &timeout) {
105105
kHeaderContentLength, *message_header)
106106
.str());
107107

108-
Expected<std::string> raw_length =
109-
ReadUntil(*input, kHeaderSeparator);
108+
Expected<std::string> raw_length = ReadUntil(*input, kHeaderSeparator);
110109
if (!raw_length)
111110
return raw_length.takeError();
112111
if (raw_length->empty())

0 commit comments

Comments
 (0)