diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-08 23:41:08 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-08 23:41:08 +0000 |
commit | 8d70d5f091c38fdec5da7bdc1574eb6db1753a28 (patch) | |
tree | 2e9a24a0f86ac96066c04d3a410584d0bf13c342 /ipc/ipc_message_macros.h | |
parent | 21fa3a157739a857f1882072179f1bd3d978c368 (diff) | |
download | chromium_src-8d70d5f091c38fdec5da7bdc1574eb6db1753a28.zip chromium_src-8d70d5f091c38fdec5da7bdc1574eb6db1753a28.tar.gz chromium_src-8d70d5f091c38fdec5da7bdc1574eb6db1753a28.tar.bz2 |
Add missing new line
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68665 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_message_macros.h')
-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 ab07192..f84df9d 100644 --- a/ipc/ipc_message_macros.h +++ b/ipc/ipc_message_macros.h @@ -1030,4 +1030,4 @@ void class_name::OnMessageReceived(const IPC::Message& msg) \ #define IPC_END_MESSAGE_MAP_EX() \ } \ -}
\ No newline at end of file +} |