]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
really picky formatting tweak ...
authorRussell Bryant <russell@russellbryant.com>
Tue, 16 Oct 2007 22:36:16 +0000 (22:36 +0000)
committerRussell Bryant <russell@russellbryant.com>
Tue, 16 Oct 2007 22:36:16 +0000 (22:36 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@85997 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/lock.h

index e32c0c64627f219128f76ec248e7aa9f0bc208e4..0e2efdb124dc4358c6c711c0e74f4b53585e9969 100644 (file)
@@ -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);