diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-05-07 11:48:02 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-05-07 11:48:02 +0200 |
| commit | a26434986308283ef505fca4525a3d2a85a2b254 (patch) | |
| tree | c23374c48e0c11709d407981bd5b3e79a9ae9af1 /src | |
| parent | 92066c767a9cf361979f4a27194dd58a538c7786 (diff) | |
| download | rabbitmq-server-git-a26434986308283ef505fca4525a3d2a85a2b254.tar.gz | |
creadit_flow.erl: Indent both TRACE_* macros the same way
Diffstat (limited to 'src')
| -rw-r--r-- | src/credit_flow.erl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/credit_flow.erl b/src/credit_flow.erl index 090d5d378a..18eeb0e840 100644 --- a/src/credit_flow.erl +++ b/src/credit_flow.erl @@ -76,9 +76,9 @@ {from_info, erlang:process_info(FROM)}, {timestamp, os:timestamp()}])). -define(TRACE_UNBLOCKED(SELF, FROM), rabbit_event:notify(credit_flow_unblocked, - [{process, SELF}, - {from, FROM}, - {timestamp, os:timestamp()}])). + [{process, SELF}, + {from, FROM}, + {timestamp, os:timestamp()}])). -else. -define(TRACE_BLOCKED(SELF, FROM), ok). -define(TRACE_UNBLOCKED(SELF, FROM), ok). |
