mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 10:33:13 +00:00
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
This commit is contained in:
@@ -611,7 +611,7 @@ void ast_store_lock_info(enum ast_lock_type type, const char *filename,
|
|||||||
return;
|
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
|
/* 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
|
* failed at doing so. It has now moved on to something else, so remove
|
||||||
* the old lock from the list. */
|
* the old lock from the list. */
|
||||||
|
Reference in New Issue
Block a user