Changeset: aab8cd191893 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=aab8cd191893
Modified Files:
        MonetDB5/src/modules/kernel/batcalc.mx
Branch: default
Log Message:

merge Jun2010: fixed indenting


diffs (42 lines):

diff -r d1a5e88a6ad6 -r aab8cd191893 MonetDB5/src/modules/kernel/batcalc.mx
--- a/MonetDB5/src/modules/kernel/batcalc.mx    Mon Jun 21 17:39:47 2010 +0200
+++ b/MonetDB5/src/modules/kernel/batcalc.mx    Mon Jun 21 17:43:35 2010 +0200
@@ -726,9 +726,9 @@
        bn->tsorted = 0;
        BATkey(BATmirror(bn),FALSE);
 
-    if (b->htype != bn->htype) {
-        bn = VIEWcreate(b,bn);
-    }
+       if (b->htype != bn->htype) {
+               bn = VIEWcreate(b,bn);
+       }
 
        BBPkeepref(*ret = bn->batCacheid);
        if (b != bn)
@@ -780,9 +780,9 @@
        }
        BATkey(BATmirror(bn),FALSE);
 
-    if (b->htype != bn->htype) {
-        bn = VIEWcreate(b,bn);
-    }
+       if (b->htype != bn->htype) {
+               bn = VIEWcreate(b,bn);
+       }
        BBPkeepref(*ret = bn->batCacheid);
        if (b != bn)
                BBPreleaseref(b->batCacheid);
@@ -827,9 +827,9 @@
        }
        BATkey(BATmirror(bn),FALSE);
 
-    if (b->htype != bn->htype) {
-        bn = VIEWcreate(b,bn);
-    }
+       if (b->htype != bn->htype) {
+               bn = VIEWcreate(b,bn);
+       }
        BBPkeepref(*ret = bn->batCacheid);
        if (b != bn)
                BBPreleaseref(b->batCacheid);
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to