From 6f38c9d211804f4de41cf59e290950ea531513ed Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 16 Oct 2007 22:36:16 +0000 Subject: [PATCH] really picky formatting tweak ... git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@85997 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 e32c0c6462..0e2efdb124 100644 --- a/include/asterisk/lock.h +++ b/include/asterisk/lock.h @@ -284,8 +284,8 @@ static inline int __ast_pthread_mutex_destroy(const char *filename, int lineno, t->file[0] = filename; t->lineno[0] = lineno; t->func[0] = func; - t->reentrancy=0; - t->thread[0] = 0; + t->reentrancy = 0; + t->thread[0] = 0; reentrancy_unlock_cs(t); delete_reentrancy_cs(t);