mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-23 15:54:21 +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
2 changed files with 2 additions and 2 deletions
|
|
@ -137,7 +137,7 @@ class MinidumpDescriptor {
|
|||
MicrodumpExtraInfo* microdump_extra_info() {
|
||||
assert(IsMicrodumpOnConsole());
|
||||
return µdump_extra_info_;
|
||||
};
|
||||
}
|
||||
|
||||
private:
|
||||
enum DumpMode {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue