[svn-commits] twilson: branch twilson/config_docs r370596 - in /team/twilson/config_docs: a...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jul 30 16:58:58 CDT 2012


Author: twilson
Date: Mon Jul 30 16:58:54 2012
New Revision: 370596

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=370596
Log:
Whitespace

Modified:
    team/twilson/config_docs/apps/app_skel.c
    team/twilson/config_docs/main/xmldoc.c

Modified: team/twilson/config_docs/apps/app_skel.c
URL: http://svnview.digium.com/svn/asterisk/team/twilson/config_docs/apps/app_skel.c?view=diff&rev=370596&r1=370595&r2=370596
==============================================================================
--- team/twilson/config_docs/apps/app_skel.c (original)
+++ team/twilson/config_docs/apps/app_skel.c Mon Jul 30 16:58:54 2012
@@ -87,7 +87,7 @@
 				</configOption>
 				<configOption name="cheat">
 					<synopsis>Should the computer cheat?</synopsis>
-					<description><para>If enabled, the computer will ignore winning guesses.</para></description> 
+					<description><para>If enabled, the computer will ignore winning guesses.</para></description>
 				</configOption>
 			</configObject>
 			<configObject name="sounds">

Modified: team/twilson/config_docs/main/xmldoc.c
URL: http://svnview.digium.com/svn/asterisk/team/twilson/config_docs/main/xmldoc.c?view=diff&rev=370596&r1=370595&r2=370596
==============================================================================
--- team/twilson/config_docs/main/xmldoc.c (original)
+++ team/twilson/config_docs/main/xmldoc.c Mon Jul 30 16:58:54 2012
@@ -2302,7 +2302,7 @@
 	RAII_VAR(struct ast_xml_xpath_results *, results, NULL, ast_xml_xpath_results_free);
 	struct ast_xml_node *type, *syntax, *matchinfo, *tmp;
 
-	/* If we already have a syntax element, bail. This isn't an error, since we may unload a module which 
+	/* If we already have a syntax element, bail. This isn't an error, since we may unload a module which
 	 * has updated the docs and then load it again. */
 	if ((results = query_xmldocs("//configInfo[@name='%s']/*/configObject[@name='%s']/syntax", name, module))) {
 		return 0;




More information about the svn-commits mailing list