summaryrefslogtreecommitdiff
path: root/src
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
commite1ac8e04de996a44e98ae403c74b5bc59a0f181c (patch)
tree09bf3abd658e099d0376293fc787f9103ac98aa9 /src
parentdf2982a23d8a8872209198d968afcb405a92b3a4 (diff)
downloadrabbitmq-server-git-e1ac8e04de996a44e98ae403c74b5bc59a0f181c.tar.gz
cosmetic - indent like OTP
Diffstat (limited to 'src')
-rw-r--r--src/supervisor2.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supervisor2.erl b/src/supervisor2.erl
index cbca993c1a..a762defaa7 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,