diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2012-08-08 05:41:20 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-08-08 05:41:20 +0100 |
| commit | bd6524fad6903b93b792a61c38c33e62b1f6fb83 (patch) | |
| tree | 2bb0978f8f7f9e150a6bd46e0d381b2f08ed628b /src | |
| parent | b9e23db24068075d26f536e3a1b286b8a4edcc57 (diff) | |
| download | rabbitmq-server-git-bd6524fad6903b93b792a61c38c33e62b1f6fb83.tar.gz | |
cosmetic
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_log.erl | 12 |
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. |
