summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-01-21 15:23:03 +0000
committerMatthew Sackman <matthew@rabbitmq.com>2011-01-21 15:23:03 +0000
commita850f5e507d70374b759f564fedbd605d15c4a1e (patch)
tree6cec28ae6fca81af6c8d84ae47231238c64538aa
parent1cc1ac6dc8c43a7d6fc6e36abb80cecd3a74414c (diff)
downloadrabbitmq-server-a850f5e507d70374b759f564fedbd605d15c4a1e.tar.gz
Reverting bogus whitespace change (avoids file diff with default)
-rw-r--r--src/rabbit_channel_sup_sup.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_channel_sup_sup.erl b/src/rabbit_channel_sup_sup.erl
index 8a65cfb0..e2561c80 100644
--- a/src/rabbit_channel_sup_sup.erl
+++ b/src/rabbit_channel_sup_sup.erl
@@ -28,7 +28,7 @@
-spec(start_link/0 :: () -> rabbit_types:ok_pid_or_error()).
-spec(start_channel/2 :: (pid(), rabbit_channel_sup:start_link_args()) ->
- {'ok', pid(), {pid(), any()}}).
+ {'ok', pid(), {pid(), any()}}).
-endif.