Update of /cvsroot/monetdb/pathfinder/compiler/algebra
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5847/algebra

Modified Files:
        logical.c 
Log Message:
-- Formatting


Index: logical.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/logical.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- logical.c   27 Nov 2007 17:12:58 -0000      1.66
+++ logical.c   28 Nov 2007 17:08:57 -0000      1.67
@@ -4008,13 +4008,10 @@
         case la_ref_tbl:
         {
 
-            return PFla_ref_tbl_
-            (
-                n->sem.ref_tbl.name,
-                n->schema,
-                n->sem.ref_tbl.tatts,
-                n->sem.ref_tbl.keys
-            );
+            return PFla_ref_tbl_ (n->sem.ref_tbl.name,
+                                  n->schema,
+                                  n->sem.ref_tbl.tatts,
+                                  n->sem.ref_tbl.keys);
         } break;
 
         case la_attach:


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to