Remove various double spaces in source comments.
This commit is contained in:
parent
44a500c8c1
commit
0b35f448f8
32 changed files with 66 additions and 66 deletions
|
@ -668,7 +668,7 @@ impl ExitStatus {
|
||||||
pub fn exit_ok(&self) -> Result<(), ExitStatusError> {
|
pub fn exit_ok(&self) -> Result<(), ExitStatusError> {
|
||||||
// This assumes that WIFEXITED(status) && WEXITSTATUS==0 corresponds to status==0. This is
|
// This assumes that WIFEXITED(status) && WEXITSTATUS==0 corresponds to status==0. This is
|
||||||
// true on all actual versions of Unix, is widely assumed, and is specified in SuS
|
// true on all actual versions of Unix, is widely assumed, and is specified in SuS
|
||||||
// https://pubs.opengroup.org/onlinepubs/9699919799/functions/wait.html . If it is not
|
// https://pubs.opengroup.org/onlinepubs/9699919799/functions/wait.html. If it is not
|
||||||
// true for a platform pretending to be Unix, the tests (our doctests, and also
|
// true for a platform pretending to be Unix, the tests (our doctests, and also
|
||||||
// procsss_unix/tests.rs) will spot it. `ExitStatusError::code` assumes this too.
|
// procsss_unix/tests.rs) will spot it. `ExitStatusError::code` assumes this too.
|
||||||
match NonZero_c_int::try_from(self.0) {
|
match NonZero_c_int::try_from(self.0) {
|
||||||
|
|
|
@ -197,7 +197,7 @@ impl ExitStatus {
|
||||||
pub fn exit_ok(&self) -> Result<(), ExitStatusError> {
|
pub fn exit_ok(&self) -> Result<(), ExitStatusError> {
|
||||||
// This assumes that WIFEXITED(status) && WEXITSTATUS==0 corresponds to status==0. This is
|
// This assumes that WIFEXITED(status) && WEXITSTATUS==0 corresponds to status==0. This is
|
||||||
// true on all actual versions of Unix, is widely assumed, and is specified in SuS
|
// true on all actual versions of Unix, is widely assumed, and is specified in SuS
|
||||||
// https://pubs.opengroup.org/onlinepubs/9699919799/functions/wait.html . If it is not
|
// https://pubs.opengroup.org/onlinepubs/9699919799/functions/wait.html. If it is not
|
||||||
// true for a platform pretending to be Unix, the tests (our doctests, and also
|
// true for a platform pretending to be Unix, the tests (our doctests, and also
|
||||||
// procsss_unix/tests.rs) will spot it. `ExitStatusError::code` assumes this too.
|
// procsss_unix/tests.rs) will spot it. `ExitStatusError::code` assumes this too.
|
||||||
match NonZero_c_int::try_from(self.0) {
|
match NonZero_c_int::try_from(self.0) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue