From: Mark Michelson Date: Wed, 25 Jun 2008 22:40:41 +0000 (+0000) Subject: Fix indentation X-Git-Tag: 1.6.2.0-beta1~1905 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14e78bbc6df085815869c8fc1555cfd33ad7540e;p=thirdparty%2Fasterisk.git Fix indentation git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@125135 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/lock.h b/include/asterisk/lock.h index f97b3f91ad..46c72382ed 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; } }