whitespace cleanup

This commit is contained in:
Travis Cross 2011-07-08 11:32:51 +00:00
parent 8895de1bba
commit e8edf3c2e2
2 changed files with 194 additions and 197 deletions

View File

@ -1,4 +1,5 @@
<include><!--This line will be ignored it's here to validate the xml and is optional -->
<include>
<macro name="directory_intro">
<input pattern="^(last_name)" break_on_match="false">
<match>
@ -60,7 +61,6 @@
<action function="play-file" data="directory/dir-too_many_result.wav"/>
</match>
</input>
</macro>
<macro name="directory_result_last">
@ -69,7 +69,6 @@
<action function="play-file" data="directory/dir-no_more_results.wav"/>
</match>
</input>
</macro>
<macro name="directory_result_item">
@ -105,7 +104,6 @@
<action function="play-file" data="directory/dir-start_new_search.wav"/>
<action function="play-file" data="voicemail/vm-press.wav"/>
<action function="say" data="$4" method="pronounced" type="name_spelled"/>
</match>
</input>
</macro>
@ -118,4 +116,4 @@
</input>
</macro>
</include><!--This line will be ignored it's here to validate the xml and is optional -->
</include>

View File

@ -1,4 +1,4 @@
<include><!--This line will be ignored it's here to validate the xml and is optional -->
<include>
<macro name="directory_intro">
<input pattern="^(last_name)" break_on_match="false">
@ -50,7 +50,6 @@
<action function="speak-text" data="Your search returned too many result, please try again"/>
</match>
</input>
</macro>
<macro name="directory_result_last">
@ -59,7 +58,6 @@
<action function="speak-text" data="No more result"/>
</match>
</input>
</macro>
<macro name="directory_result_item">
@ -85,6 +83,7 @@
</match>
</input>
</macro>
<macro name="directory_result_say_name">
<input pattern="^(.*)$">
<match>
@ -93,4 +92,4 @@
</input>
</macro>
</include><!--This line will be ignored it's here to validate the xml and is optional -->
</include>