summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorDaniel Cheng <dcheng@chromium.org>2015-07-16 14:44:58 -0700
committerDaniel Cheng <dcheng@chromium.org>2015-07-16 21:46:05 +0000
commit9ce8be44d36f1d8e52a571a18def3b5295cf0763 (patch)
treedfa22b320df867eee76de0de7125bb0a811e4626 /ipc
parent9808175ad322e8387366cdec088e65ccb934ceac (diff)
downloadchromium_src-9ce8be44d36f1d8e52a571a18def3b5295cf0763.zip
chromium_src-9ce8be44d36f1d8e52a571a18def3b5295cf0763.tar.gz
chromium_src-9ce8be44d36f1d8e52a571a18def3b5295cf0763.tar.bz2
Add IPC and Windows message map macro blocks to .clang-format options
Use the new MacroBlockBegin/MacroBlockEnd options introduced in http://reviews.llvm.org/rL241363 so clang-format can correctly indent the bodies of IPC message maps, etc. BUG=373340 R=thakis@chromium.org TBR=darin@chromium.org Review URL: https://codereview.chromium.org/1225333004 . Cr-Commit-Position: refs/heads/master@{#339131}
Diffstat (limited to 'ipc')
-rw-r--r--ipc/attachment_broker_messages.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ipc/attachment_broker_messages.h b/ipc/attachment_broker_messages.h
index ee13681..eed2518 100644
--- a/ipc/attachment_broker_messages.h
+++ b/ipc/attachment_broker_messages.h
@@ -19,9 +19,9 @@
#if defined(OS_WIN)
IPC_STRUCT_TRAITS_BEGIN(IPC::internal::HandleAttachmentWin::WireFormat)
-IPC_STRUCT_TRAITS_MEMBER(handle)
-IPC_STRUCT_TRAITS_MEMBER(destination_process)
-IPC_STRUCT_TRAITS_MEMBER(attachment_id)
+ IPC_STRUCT_TRAITS_MEMBER(handle)
+ IPC_STRUCT_TRAITS_MEMBER(destination_process)
+ IPC_STRUCT_TRAITS_MEMBER(attachment_id)
IPC_STRUCT_TRAITS_END()
#endif // defined(OS_WIN)