aboutsummaryrefslogtreecommitdiffstats
path: root/main/channel.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-01 20:49:06 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-01 20:49:06 +0000
commit1b52b6dedd662decf4ceca4bd457b5845795c5ff (patch)
tree108b51ac15e97a51a0c171b8c4f0e4db4f607d9d /main/channel.c
parentdb7a556c93c7e56e915a5aff6ccdb79255ac2cf7 (diff)
Formatting fix
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48188 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/channel.c')
-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)