summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-12-01 20:49:06 +0000
committerOlle Johansson <oej@edvina.net>2006-12-01 20:49:06 +0000
commite3b099c12a80652a452e63d6543381b7c8bd68be (patch)
tree108b51ac15e97a51a0c171b8c4f0e4db4f607d9d /main
parent97614cb6b4413b807714017180a182024ec7fd48 (diff)
Formatting fix
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48188 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main')
-rw-r--r--main/channel.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/channel.c b/main/channel.c
index 74b00e73d..95f241d64 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -4593,9 +4593,9 @@ int ast_channel_lock(struct ast_channel *chan)
if (option_debug)
ast_log(LOG_DEBUG, "::::==== Channel %s was locked\n", chan->name);
if (res == EDEADLK) {
- /* We had no lock, so okey any way */
- if (option_debug > 3)
- ast_log(LOG_DEBUG, "::::==== Channel %s was not locked by us. Lock would cause deadlock.\n", chan->name);
+ /* We had no lock, so okey any way */
+ if (option_debug > 3)
+ ast_log(LOG_DEBUG, "::::==== Channel %s was not locked by us. Lock would cause deadlock.\n", chan->name);
}
if (res == EINVAL) {
if (option_debug > 3)