summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTim Watson <tim@rabbitmq.com>2014-04-10 22:10:18 +0100
committerTim Watson <tim@rabbitmq.com>2014-04-10 22:10:18 +0100
commitc445d12b23c7641d6d40fd0673db37101f2620d1 (patch)
tree86a09199a6c2d7a94b6b6d15a4be4e4065bdf7c6 /src
parent82e9671524a2620869807b028906a771b46bdcfe (diff)
downloadrabbitmq-server-git-c445d12b23c7641d6d40fd0673db37101f2620d1.tar.gz
Cosmetic (consistency)
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_event.erl8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/rabbit_event.erl b/src/rabbit_event.erl
index 8872690092..d3cd1a63e8 100644
--- a/src/rabbit_event.erl
+++ b/src/rabbit_event.erl
@@ -157,10 +157,10 @@ notify(Type, Props, Ref) ->
sync_notify(Type, Props) -> sync_notify(Type, Props, none).
sync_notify(Type, Props, Ref) ->
- do_notify(sync_notify, #event{ type = Type,
- props = Props,
- reference = Ref,
- timestamp = os:timestamp()}).
+ do_notify(sync_notify, #event{type = Type,
+ props = Props,
+ reference = Ref,
+ timestamp = os:timestamp()}).
do_notify(F, Event) ->
apply(gen_event, F, [?MODULE, Event]).