]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix indentation
authorMark Michelson <mmichelson@digium.com>
Wed, 25 Jun 2008 22:40:41 +0000 (22:40 +0000)
committerMark Michelson <mmichelson@digium.com>
Wed, 25 Jun 2008 22:40:41 +0000 (22:40 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@125135 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/lock.h

index f97b3f91ad882323a017b06197a89c4c02a152a3..46c72382ed1e9bf7315c3c693902e72415209662 100644 (file)
@@ -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;
                }
        }