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

Modified Files:
        xml2lalg.c 
Log Message:
-- Apply Anands whitespace fixes.


Index: xml2lalg.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/xmlimport/xml2lalg.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- xml2lalg.c  10 Nov 2009 09:44:38 -0000      1.41
+++ xml2lalg.c  10 Nov 2009 16:16:54 -0000      1.42
@@ -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