From 14e78bbc6df085815869c8fc1555cfd33ad7540e Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Wed, 25 Jun 2008 22:40:41 +0000 Subject: Fix indentation git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@125135 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/lock.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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(<->backtrace[lt->reentrancy-1], canlog); + __dump_backtrace(<->backtrace[lt->reentrancy-1], canlog); #endif - DO_THREAD_CRASH; + DO_THREAD_CRASH; } } -- cgit v1.2.3