summaryrefslogtreecommitdiffstats
path: root/chrome/common/mach_ipc_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/mach_ipc_mac.h')
-rw-r--r--chrome/common/mach_ipc_mac.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/common/mach_ipc_mac.h b/chrome/common/mach_ipc_mac.h
index 42b9c65..8c345dd 100644
--- a/chrome/common/mach_ipc_mac.h
+++ b/chrome/common/mach_ipc_mac.h
@@ -167,9 +167,8 @@ class MachMessage {
bool AddDescriptor(const MachMsgPortDescriptor &desc);
int GetDescriptorCount() const {
- return storage_->body.msgh_descriptor_count;
- }
-
+ return storage_->body.msgh_descriptor_count;
+ }
MachMsgPortDescriptor *GetDescriptor(int n);
// Convenience method which gets the mach port described by the descriptor