mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +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() {
|
||||
ScopedForbidReturn forbid_return;;
|
||||
ScopedForbidReturn forbid_return;
|
||||
|
||||
// local_port is not valid in the forked child process.
|
||||
ignore_result(info_->local_port.release());
|
||||
|
@ -445,7 +445,7 @@ bool IsAddressMapped(vm_address_t address) {
|
||||
return false;
|
||||
}
|
||||
|
||||
ADD_FAILURE() << MachErrorMessage(kr, "vm_region_64");;
|
||||
ADD_FAILURE() << MachErrorMessage(kr, "vm_region_64");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user