Skip to content

Commit efe3e7c

Browse files
clang-format
1 parent ce3629f commit efe3e7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -732,8 +732,8 @@ ConnectionStatus ConnectionFileDescriptor::ConnectFile(
732732

733733
// Set port speed to the available maximum
734734
#ifdef B115200
735-
::cfsetospeed(&options, B115200);
736-
::cfsetispeed(&options, B115200);
735+
::cfsetospeed(&options, B115200);
736+
::cfsetispeed(&options, B115200);
737737
#elif B57600
738738
::cfsetospeed(&options, B57600);
739739
::cfsetispeed(&options, B57600);

lldb/source/Host/posix/DomainSocket.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
#include <cstddef>
1616
#include <memory>
17+
#include <strings.h>
1718
#include <sys/socket.h>
1819
#include <sys/un.h>
19-
#include <strings.h>
2020

2121
using namespace lldb;
2222
using namespace lldb_private;

0 commit comments

Comments
 (0)