projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5007769
)
Merged revisions 85997 via svnmerge from
author
Russell Bryant
<russell@russellbryant.com>
Tue, 16 Oct 2007 22:36:58 +0000
(22:36 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Tue, 16 Oct 2007 22:36:58 +0000
(22:36 +0000)
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r85997 | russell | 2007-10-16 17:36:16 -0500 (Tue, 16 Oct 2007) | 1 line
really picky formatting tweak ...
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@85998
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
include/asterisk/lock.h
patch
|
blob
|
history
diff --git
a/include/asterisk/lock.h
b/include/asterisk/lock.h
index
aa5c5bd
..
7b0254f
100644
(file)
--- 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);