aboutsummaryrefslogtreecommitdiffstats
path: root/main/utils.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-19 04:06:56 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-19 04:06:56 +0000
commit00b8ccdd9599d0459efa5caaa89d88b1b3bd2022 (patch)
tree46a2aab9a48d7f6864a8267f8835a6e01111e60c /main/utils.c
parentcc98490597efa90a8167b5710d44ef735761f5a7 (diff)
Merged revisions 109839 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r109839 | russell | 2008-03-18 23:06:31 -0500 (Tue, 18 Mar 2008) | 10 lines 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: http://svn.digium.com/svn/asterisk/branches/1.6.0@109840 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/utils.c')
-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. */