mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-23 04:04:54 +08:00
whitespace clean up
This commit is contained in:
parent
bd616be971
commit
bd0d938325
@ -489,7 +489,7 @@ Serial::SerialImpl::read (uint8_t *buf, size_t size)
|
|||||||
}
|
}
|
||||||
// This shouldn't happen, if r > 0 our fd has to be in the list!
|
// This shouldn't happen, if r > 0 our fd has to be in the list!
|
||||||
THROW (IOException, "pselect reports ready to read, but our fd isn't"
|
THROW (IOException, "pselect reports ready to read, but our fd isn't"
|
||||||
" in the list, this shouldn't happen!");
|
" in the list, this shouldn't happen!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return bytes_read;
|
return bytes_read;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user