breakpad: Remove semicolons.

Bug: chromium:926235
Change-Id: I7f0795ebd651303b6f7fb6981c2f639e17a536bb
Reviewed-on: https://chromium-review.googlesource.com/c/1481232
Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
Nico Weber 2019-02-21 10:09:45 -05:00 committed by Mark Mentovai
parent a0e078365d
commit 37a60998ca
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ class MinidumpDescriptor {
MicrodumpExtraInfo* microdump_extra_info() {
assert(IsMicrodumpOnConsole());
return &microdump_extra_info_;
};
}
private:
enum DumpMode {

View File

@ -84,7 +84,7 @@ struct StackFrame {
default:
return "unknown";
}
};
}
// Return the actual return address, as saved on the stack or in a
// register. See the comments for 'instruction', below, for details.