diff options
| author | Matthew Sackman <matthew@lshift.net> | 2010-04-09 17:55:00 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2010-04-09 17:55:00 +0100 |
| commit | 3dd129490755235c6261b38ce39c614a64f1212c (patch) | |
| tree | 3dcb802baeb4f75a08ad7b7c6e8ef220fe233c1f /include | |
| parent | d06575e9af21adcf7c5e74d4d2bd11a115e6ee3e (diff) | |
| download | rabbitmq-server-git-3dd129490755235c6261b38ce39c614a64f1212c.tar.gz | |
cosmetics
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit.hrl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index 81b95c3993..0cf6a10026 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -62,7 +62,8 @@ -record(listener, {node, protocol, host, port}). --record(basic_message, {exchange_name, routing_key, content, guid, is_persistent}). +-record(basic_message, {exchange_name, routing_key, content, guid, + is_persistent}). -record(ssl_socket, {tcp, ssl}). -record(delivery, {mandatory, immediate, txn, sender, message}). |
