summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2008-03-19 04:06:31 +0000
committerRussell Bryant <russell@russellbryant.com>2008-03-19 04:06:31 +0000
commitc1cf92d304a43e217d1ae11b7f7e4cab4a91156e (patch)
treef373969b1aa4bb967730d63cbbe9ae83da53f795
parent5f7e81b564a565a8a0736f9683b6df34d359b935 (diff)
Merged revisions 109838 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r109838 | russell | 2008-03-18 23:06:05 -0500 (Tue, 18 Mar 2008) | 2 lines Tweak spacing in a recent change because I'm very picky. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@109839 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--main/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/utils.c b/main/utils.c
index b4a7d3279..42fbb0a7a 100644
--- a/main/utils.c
+++ b/main/utils.c
@@ -611,7 +611,7 @@ void ast_store_lock_info(enum ast_lock_type type, const char *filename,
return;
}
- if (i && lock_info->locks[i-1].pending == -1) {
+ if (i && lock_info->locks[i - 1].pending == -1) {
/* The last lock on the list was one that this thread tried to lock but
* failed at doing so. It has now moved on to something else, so remove
* the old lock from the list. */