aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/Framework/OnDemandServer.h
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2019-02-22 11:36:53 -0500
committerMark Mentovai <mark@chromium.org>2019-02-22 16:53:33 +0000
commit30153b4eb581710faa298ee35f027dba11f930cc (patch)
tree6816a5cdb297c43845f21e6483bd71a5732dc90f /src/client/mac/Framework/OnDemandServer.h
parentbreakpad: Remove semicolons. (diff)
downloadbreakpad-30153b4eb581710faa298ee35f027dba11f930cc.tar.xz
breakpad: Remove semicolons, mac edition.
Bug: chromium:926235 Change-Id: I473a7727c1831717b92a582c50d98256ea41d854 Reviewed-on: https://chromium-review.googlesource.com/c/1482716 Reviewed-by: Mark Mentovai <mark@chromium.org>
Diffstat (limited to 'src/client/mac/Framework/OnDemandServer.h')
-rw-r--r--src/client/mac/Framework/OnDemandServer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/mac/Framework/OnDemandServer.h b/src/client/mac/Framework/OnDemandServer.h
index b8aabbe4..d4db5d3a 100644
--- a/src/client/mac/Framework/OnDemandServer.h
+++ b/src/client/mac/Framework/OnDemandServer.h
@@ -127,7 +127,7 @@ class OnDemandServer {
// This is the port we need to send a mach message to after calling
// LaunchOnDemand(). Sending a message causing an immediate launch
// of the server
- mach_port_t GetServicePort() { return service_port_; };
+ mach_port_t GetServicePort() { return service_port_; }
private:
// Disallow copy constructor