summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2012-08-08 05:41:20 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2012-08-08 05:41:20 +0100
commitbd6524fad6903b93b792a61c38c33e62b1f6fb83 (patch)
tree2bb0978f8f7f9e150a6bd46e0d381b2f08ed628b /src
parentb9e23db24068075d26f536e3a1b286b8a4edcc57 (diff)
downloadrabbitmq-server-git-bd6524fad6903b93b792a61c38c33e62b1f6fb83.tar.gz
cosmetic
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_log.erl12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/rabbit_log.erl b/src/rabbit_log.erl
index a6b4eeb05f..73044e9028 100644
--- a/src/rabbit_log.erl
+++ b/src/rabbit_log.erl
@@ -38,14 +38,14 @@
-spec(start_link/0 :: () -> rabbit_types:ok_pid_or_error()).
--spec(log/3 :: (category(), level(), string()) -> 'ok').
--spec(log/4 :: (category(), level(), string(), [any()]) -> 'ok').
--spec(info/1 :: (string()) -> 'ok').
--spec(info/2 :: (string(), [any()]) -> 'ok').
+-spec(log/3 :: (category(), level(), string()) -> 'ok').
+-spec(log/4 :: (category(), level(), string(), [any()]) -> 'ok').
+-spec(info/1 :: (string()) -> 'ok').
+-spec(info/2 :: (string(), [any()]) -> 'ok').
-spec(warning/1 :: (string()) -> 'ok').
-spec(warning/2 :: (string(), [any()]) -> 'ok').
--spec(error/1 :: (string()) -> 'ok').
--spec(error/2 :: (string(), [any()]) -> 'ok').
+-spec(error/1 :: (string()) -> 'ok').
+-spec(error/2 :: (string(), [any()]) -> 'ok').
-endif.