aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/lock.h
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-16 22:36:16 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-16 22:36:16 +0000
commit5cf0c5a9a1dbc27b356869147d92e4a3f146c61c (patch)
tree3604e3c52dfccf10857b22364be9634fe36f61e7 /include/asterisk/lock.h
parentc6d1747d17113268428eedc5a18b5a9e1b197275 (diff)
really picky formatting tweak ...
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@85997 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/lock.h')
-rw-r--r--include/asterisk/lock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/lock.h b/include/asterisk/lock.h
index e32c0c646..0e2efdb12 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);