From 14e78bbc6df085815869c8fc1555cfd33ad7540e Mon Sep 17 00:00:00 2001
From: Mark Michelson <mmichelson@digium.com>
Date: Wed, 25 Jun 2008 22:40:41 +0000
Subject: [PATCH] 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(-)

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(&lt->backtrace[lt->reentrancy-1], canlog);
+			__dump_backtrace(&lt->backtrace[lt->reentrancy-1], canlog);
 #endif
-		DO_THREAD_CRASH;
+			DO_THREAD_CRASH;
 		}
 	}
 
-- 
GitLab