summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2008-07-12 10:00:15 +0100
committerMatthias Radestock <matthias@lshift.net>2008-07-12 10:00:15 +0100
commit37b37bec445c3af76c8ea9815ffe152e8d4bb6df (patch)
treece3da4282525de1ab7fab5ec7fa1f11823caa77a /include
parentc3a84592c8547eb306fca94c363c308e49d0c98d (diff)
downloadrabbitmq-server-git-37b37bec445c3af76c8ea9815ffe152e8d4bb6df.tar.gz
cosmetic changes
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 5a3006dd37..21900294c3 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -29,7 +29,7 @@
-record(vhost, {virtual_host, dummy}).
-record(vhost_realm, {virtual_host, realm}).
--record(realm, {name,ignore}).
+-record(realm, {name, ignore}).
-record(realm_resource, {realm, resource}).
-record(user_realm, {username, realm, ticket_pattern}).