mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-24 05:05:48 +01:00
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:
parent
a0e078365d
commit
37a60998ca
@ -137,7 +137,7 @@ class MinidumpDescriptor {
|
||||
MicrodumpExtraInfo* microdump_extra_info() {
|
||||
assert(IsMicrodumpOnConsole());
|
||||
return µdump_extra_info_;
|
||||
};
|
||||
}
|
||||
|
||||
private:
|
||||
enum DumpMode {
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user