aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-25 22:40:41 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-25 22:40:41 +0000
commit90ab2bf707900b45b573d829b64f500531e0d12f (patch)
tree9cf8841fb635901cf6d31988d652a3380ab7827b /include
parent802aa72966c5fd4ea72f8334942dee062dcec88b (diff)
Fix indentation
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@125135 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/lock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/lock.h b/include/asterisk/lock.h
index f97b3f91a..46c72382e 100644
--- a/include/asterisk/lock.h
+++ b/include/asterisk/lock.h
@@ -1069,9 +1069,9 @@ static inline int _ast_rwlock_unlock(ast_rwlock_t *t, const char *name,
__ast_mutex_logger("%s line %d (%s): '%s' was last locked here.\n",
lt->file[lt->reentrancy-1], lt->lineno[lt->reentrancy-1], lt->func[lt->reentrancy-1], name);
#ifdef HAVE_BKTR
- __dump_backtrace(&lt->backtrace[lt->reentrancy-1], canlog);
+ __dump_backtrace(&lt->backtrace[lt->reentrancy-1], canlog);
#endif
- DO_THREAD_CRASH;
+ DO_THREAD_CRASH;
}
}