Skip to content

Commit 66bdbfb

Browse files
committed
[lldb][NFC] clang-format MainLoopPosix.cpp
Since AIX support is about to change this.
1 parent 3e02038 commit 66bdbfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/source/Host/posix/MainLoopPosix.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,13 +226,13 @@ MainLoopPosix::~MainLoopPosix() {
226226
#endif
227227
m_read_fds.erase(m_interrupt_pipe.GetReadFileDescriptor());
228228
m_interrupt_pipe.Close();
229-
assert(m_read_fds.size() == 0);
229+
assert(m_read_fds.size() == 0);
230230
assert(m_signals.size() == 0);
231231
}
232232

233233
MainLoopPosix::ReadHandleUP
234234
MainLoopPosix::RegisterReadObject(const IOObjectSP &object_sp,
235-
const Callback &callback, Status &error) {
235+
const Callback &callback, Status &error) {
236236
if (!object_sp || !object_sp->IsValid()) {
237237
error = Status::FromErrorString("IO object is not valid.");
238238
return nullptr;

0 commit comments

Comments
 (0)