From: Olle Johansson Date: Fri, 1 Dec 2006 20:49:06 +0000 (+0000) Subject: Formatting fix X-Git-Tag: 1.6.0-beta1~3^2~3811 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3b099c12a80652a452e63d6543381b7c8bd68be;p=thirdparty%2Fasterisk.git Formatting fix git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48188 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/channel.c b/main/channel.c index 74b00e73d0..95f241d64b 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)