mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +00:00
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
<para>Implements a shared variable area, in which you may share variables between
|
||||
channels.</para>
|
||||
<para>The variables used in this space are separate from the general namespace of
|
||||
the channel and thus <variable>SHARED(foo)</variable> and <variable>foo</variable>
|
||||
the channel and thus <variable>SHARED(foo)</variable> and <variable>foo</variable>
|
||||
represent two completely different variables, despite sharing the same name.</para>
|
||||
<para>Finally, realize that there is an inherent race between channels operating
|
||||
at the same time, fiddling with each others' internal variables, which is why
|
||||
|
||||
Reference in New Issue
Block a user