From 1dae97f2aa22ef03d99e2964ce74528187148c16 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 19 Mar 2008 04:06:05 +0000 Subject: [PATCH] Tweak spacing in a recent change because I'm very picky. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@109838 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/utils.c b/main/utils.c index 36fd0d1baf..5b80b107cb 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. */ -- 2.47.3