From 37a60998cade967809391d0986aa4af05d18a8ab Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 21 Feb 2019 10:09:45 -0500 Subject: breakpad: Remove semicolons. Bug: chromium:926235 Change-Id: I7f0795ebd651303b6f7fb6981c2f639e17a536bb Reviewed-on: https://chromium-review.googlesource.com/c/1481232 Reviewed-by: Mark Mentovai --- src/google_breakpad/processor/stack_frame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/google_breakpad/processor') diff --git a/src/google_breakpad/processor/stack_frame.h b/src/google_breakpad/processor/stack_frame.h index b55eb9c7..1491d788 100644 --- a/src/google_breakpad/processor/stack_frame.h +++ b/src/google_breakpad/processor/stack_frame.h @@ -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. -- cgit v1.2.1