summaryrefslogtreecommitdiff
path: root/funcs/func_lock.c
diff options
context:
space:
mode:
authorSean Bright <sean.bright@gmail.com>2017-12-22 09:23:22 -0500
committerSean Bright <sean.bright@gmail.com>2017-12-22 09:23:22 -0500
commitfd0ca1c3f9b972a52d48a82b492fd6bac772dc78 (patch)
tree42d2a87726d196f4db1c68489007520a4c597062 /funcs/func_lock.c
parent9ef97b5a9191e51f1edc66bb17728fd9fe552c35 (diff)
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
Diffstat (limited to 'funcs/func_lock.c')
-rw-r--r--funcs/func_lock.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/funcs/func_lock.c b/funcs/func_lock.c
index 88bf6e5bd..5cb831019 100644
--- a/funcs/func_lock.c
+++ b/funcs/func_lock.c
@@ -23,7 +23,7 @@
* \author Tilghman Lesher <func_lock_2007@the-tilghman.com>
*
* \ingroup functions
- *
+ *
*/
/*** MODULEINFO
@@ -73,7 +73,7 @@
</syntax>
<description>
<para>Attempts to grab a named lock exclusively, and prevents other channels
- from obtaining the same lock. Returns <literal>1</literal> if the lock was
+ from obtaining the same lock. Returns <literal>1</literal> if the lock was
available or <literal>0</literal> otherwise.</para>
<note>
<para>If <literal>live_dangerously</literal> in <literal>asterisk.conf</literal>
@@ -90,9 +90,9 @@
<parameter name="lockname" required="true" />
</syntax>
<description>
- <para>Unlocks a previously locked mutex. Returns <literal>1</literal> if the channel
+ <para>Unlocks a previously locked mutex. Returns <literal>1</literal> if the channel
had a lock or <literal>0</literal> otherwise.</para>
- <note><para>It is generally unnecessary to unlock in a hangup routine, as any locks
+ <note><para>It is generally unnecessary to unlock in a hangup routine, as any locks
held are automatically freed when the channel is destroyed.</para></note>
<note>
<para>If <literal>live_dangerously</literal> in <literal>asterisk.conf</literal>