White spaces.

git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@424 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
Marcelo Roberto Jimenez
2008-06-06 22:33:43 +00:00
parent 9ca32e0eb4
commit a9064dc0ca

View File

@@ -48,9 +48,9 @@
*/
static void copy_with_escape(
/*! [in,out] \todo documentation. */
INOUT ixml_membuf *buf,
ixml_membuf *buf,
/*! [in] \todo documentation. */
IN const char *p)
const char *p)
{
int i;
int plen;
@@ -96,9 +96,9 @@ static void copy_with_escape(
*/
static void ixmlPrintDomTreeRecursive(
/*! [in] \todo documentation. */
IN IXML_Node *nodeptr,
IXML_Node *nodeptr,
/*! [in] \todo documentation. */
IN ixml_membuf *buf)
ixml_membuf *buf)
{
const char *nodeName = NULL;
const char *nodeValue = NULL;