summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2013-01-27 19:29:15 +0000
committerMatthias Radestock <matthias@rabbitmq.com>2013-01-27 19:29:15 +0000
commit0f26c7ae57c04790b3275d85bf45b5d3717bca19 (patch)
tree09bf3abd658e099d0376293fc787f9103ac98aa9
parent488c3781a3b9211078b8c11295333e159fce7a02 (diff)
downloadrabbitmq-server-0f26c7ae57c04790b3275d85bf45b5d3717bca19.tar.gz
cosmetic - indent like OTP
-rw-r--r--src/supervisor2.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supervisor2.erl b/src/supervisor2.erl
index cbca993c..a762defa 100644
--- a/src/supervisor2.erl
+++ b/src/supervisor2.erl
@@ -76,7 +76,7 @@
start_child/2, restart_child/2,
delete_child/2, terminate_child/2,
which_children/1, count_children/1,
- find_child/2, check_childspecs/1]).
+ find_child/2, check_childspecs/1]).
%% Internal exports
-export([init/1, handle_call/3, handle_cast/2, handle_info/2,