diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-12 06:25:35 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-12 06:25:35 +0000 |
commit | 0863a1cc1a7bdc8f5e6ec538cae8c44ec885d8c0 (patch) | |
tree | 400b9152698f93cd951b743f888b483e3b674b70 | |
parent | 7d899e9ae9a1487fdd0ea95f223d54a4e8cb5a3d (diff) | |
download | chromium_src-0863a1cc1a7bdc8f5e6ec538cae8c44ec885d8c0.zip chromium_src-0863a1cc1a7bdc8f5e6ec538cae8c44ec885d8c0.tar.gz chromium_src-0863a1cc1a7bdc8f5e6ec538cae8c44ec885d8c0.tar.bz2 |
Add newline at end of file.
BUG=290204
TBR=hans@chromium.org
Review URL: https://codereview.chromium.org/27094002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228321 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | ipc/ipc_message_macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_message_macros.h b/ipc/ipc_message_macros.h index 9f2a6b9..c669adb 100644 --- a/ipc/ipc_message_macros.h +++ b/ipc/ipc_message_macros.h @@ -1020,4 +1020,4 @@ // XXX_messages.h files need not do so themselves. This makes the // XXX_messages.h files easier to write. #undef IPC_MESSAGE_START -#endif
\ No newline at end of file +#endif |