summaryrefslogtreecommitdiff
path: root/apps/app_directory.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 /apps/app_directory.c
parent9ef97b5a9191e51f1edc66bb17728fd9fe552c35 (diff)
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
Diffstat (limited to 'apps/app_directory.c')
-rw-r--r--apps/app_directory.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/app_directory.c b/apps/app_directory.c
index 6866aa387..48533f592 100644
--- a/apps/app_directory.c
+++ b/apps/app_directory.c
@@ -47,9 +47,9 @@
</synopsis>
<syntax>
<parameter name="vm-context">
- <para>This is the context within voicemail.conf to use for the Directory. If not
- specified and <literal>searchcontexts=no</literal> in
- <filename>voicemail.conf</filename>, then <literal>default</literal>
+ <para>This is the context within voicemail.conf to use for the Directory. If not
+ specified and <literal>searchcontexts=no</literal> in
+ <filename>voicemail.conf</filename>, then <literal>default</literal>
will be assumed.</para>
</parameter>
<parameter name="dial-context" required="false">
@@ -105,7 +105,7 @@
</option>
</optionlist>
<note><para>Only one of the <replaceable>f</replaceable>, <replaceable>l</replaceable>, or <replaceable>b</replaceable>
- options may be specified. <emphasis>If more than one is specified</emphasis>, then Directory will act as
+ options may be specified. <emphasis>If more than one is specified</emphasis>, then Directory will act as
if <replaceable>b</replaceable> was specified. The number
of characters for the user to type defaults to <literal>3</literal>.</para></note>
@@ -364,7 +364,7 @@ static int select_item_seq(struct ast_channel *chan, struct directory_item **ite
if (!res)
res = ast_waitfordigit(chan, 3000);
ast_stopstream(chan);
-
+
if (res == '0') { /* operator selected */
goto_exten(chan, dialcontext, "o");
pbx_builtin_setvar_helper(chan, "DIRECTORY_RESULT", "OPERATOR");
@@ -932,7 +932,7 @@ static int directory_exec(struct ast_channel *chan, const char *data)
res = ast_stream_and_wait(chan, digits, AST_DIGIT_ANY);
}
if (!res) {
- res = ast_stream_and_wait(chan,
+ res = ast_stream_and_wait(chan,
which == FIRST ? "dir-first" :
which == LAST ? "dir-last" :
"dir-firstlast", AST_DIGIT_ANY);