Update of /cvsroot/monetdb/pathfinder/compiler/xmlimport
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv14241

Modified Files:
      Tag: Nov2009
        xml2lalg.c 
Log Message:
Backported white space fixes.

Index: xml2lalg.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/xmlimport/xml2lalg.c,v
retrieving revision 1.38.4.1
retrieving revision 1.38.4.2
diff -u -d -r1.38.4.1 -r1.38.4.2
--- xml2lalg.c  7 Oct 2009 13:48:28 -0000       1.38.4.1
+++ xml2lalg.c  11 Nov 2009 17:05:27 -0000      1.38.4.2
@@ -2,11 +2,11 @@
 
 /**
  * @file
- * 
- * Importing of XML-serialized logical Algebra Plans. 
- *  
- * The XML Importer makes use of the libxml2 xpath facilities: 
- *  - http://xmlsoft.org/html/libxml-xpath.html 
+ *
+ * Importing of XML-serialized logical Algebra Plans.
+ *
[...2647 lines suppressed...]
 
 
     /* lookup the two child node ids in the xml document */
-    xmlXPathObjectPtr xpathObjPtr =  
+    xmlXPathObjectPtr xpathObjPtr =
         PFxml2la_xpath_evalXPathFromNodeCtx(
             ctx->docXPathCtx, nodePtr, "//edge/@to");
     if (xpathObjPtr)
@@ -3213,9 +3213,9 @@
         for (int i = 0; i <size; i++)
         {
 
-            xmlNodePtr nodePtr = nodeSetPtr->nodeTab[i];   
+            xmlNodePtr nodePtr = nodeSetPtr->nodeTab[i];
 
-            int childNodeID = PFxml2la_xpath_getIntValue( 
+            int childNodeID = PFxml2la_xpath_getIntValue(
                 PFxml2la_xpath_getAttributeValueFromAttributeNode(nodePtr ));
             printf("\t edge-to: %i\n", childNodeID);
 


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to