aboutsummaryrefslogtreecommitdiff
path: root/src/client/ios
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2019-02-25 15:03:19 -0500
committerMark Mentovai <mark@chromium.org>2019-02-25 21:43:47 +0000
commit2853d21e2061d7134b165352144a40c62c2e2c05 (patch)
tree627b3e8c9796f72cfdfff66f20ca4d3073d2d6c1 /src/client/ios
parentbreakpad: Remove semicolons, mac edition. (diff)
downloadbreakpad-2853d21e2061d7134b165352144a40c62c2e2c05.tar.xz
breakpad: Remove semicolons, iOS edition.
Bug: chromium:926235 Change-Id: I237e7b7d89e5746beea80754675a232c881f25f6 Reviewed-on: https://chromium-review.googlesource.com/c/1487336 Reviewed-by: Mark Mentovai <mark@chromium.org>
Diffstat (limited to 'src/client/ios')
-rw-r--r--src/client/ios/Breakpad.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/ios/Breakpad.mm b/src/client/ios/Breakpad.mm
index d7dc78c6..c99ee4fd 100644
--- a/src/client/ios/Breakpad.mm
+++ b/src/client/ios/Breakpad.mm
@@ -120,7 +120,7 @@ class ProtectedMemoryLocker {
// Then unlock the mutex
__attribute__((unused)) int rv = pthread_mutex_unlock(mutex_);
assert(rv == 0);
- };
+ }
private:
ProtectedMemoryLocker();