提交 e8edf3c2 authored 作者: Travis Cross's avatar Travis Cross

whitespace cleanup

上级 8895de1b
<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>
<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>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论