From 9ce8be44d36f1d8e52a571a18def3b5295cf0763 Mon Sep 17 00:00:00 2001 From: Daniel Cheng Date: Thu, 16 Jul 2015 14:44:58 -0700 Subject: 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} --- ipc/attachment_broker_messages.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ipc') 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) -- cgit v1.1