Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: ipc/attachment_broker_messages.h

Issue 1225333004: Add IPC and Windows message map macro blocks to .clang-format options (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moar macros Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .clang-format ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/attachment_broker_messages.h
diff --git a/ipc/attachment_broker_messages.h b/ipc/attachment_broker_messages.h
index ee136812f44adf5da2da1e848caa5ecf791b146e..eed2518b1fdd448c553c12498f3beba356240a83 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)
« no previous file with comments | « .clang-format ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698