mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
Remove errant double-semicolons
R=rsesek@chromium.org Review URL: https://codereview.chromium.org/1489063002 .
This commit is contained in:
parent
6bebb10829
commit
7764fa1144
@ -207,7 +207,7 @@ void MachMultiprocess::MultiprocessParent() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void MachMultiprocess::MultiprocessChild() {
|
void MachMultiprocess::MultiprocessChild() {
|
||||||
ScopedForbidReturn forbid_return;;
|
ScopedForbidReturn forbid_return;
|
||||||
|
|
||||||
// local_port is not valid in the forked child process.
|
// local_port is not valid in the forked child process.
|
||||||
ignore_result(info_->local_port.release());
|
ignore_result(info_->local_port.release());
|
||||||
|
@ -445,7 +445,7 @@ bool IsAddressMapped(vm_address_t address) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
ADD_FAILURE() << MachErrorMessage(kr, "vm_region_64");;
|
ADD_FAILURE() << MachErrorMessage(kr, "vm_region_64");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user