Changeset: dd907dde5444 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dd907dde5444
Modified Files:
        gdk/gdk_select.c
Branch: default
Log Message:

restore some of Sjoerd's code clean-up (changeset 6af3633de353)


diffs (23 lines):

diff --git a/gdk/gdk_select.c b/gdk/gdk_select.c
--- a/gdk/gdk_select.c
+++ b/gdk/gdk_select.c
@@ -337,7 +337,8 @@ BAT_scanselect(BAT *b, BAT *s, BAT *bn, 
  * - if th==nil, no upper bound
  */
 BAT *
-BATsubselect(BAT *b, BAT *s, const void *tl, const void *th, int li, int hi, 
int anti)
+BATsubselect(BAT *b, BAT *s, const void *tl, const void *th,
+             int li, int hi, int anti)
 {
        int hval, lval, equi, t, lnil;
        const void *nil;
@@ -706,7 +707,8 @@ BATthetasubselect(BAT *b, BAT *s, const 
 /* The rest of this file contains backward-compatible interfaces */
 
 static BAT *
-BAT_select_(BAT *b, const void *tl, const void *th, bit li, bit hi, bit tail, 
bit anti)
+BAT_select_(BAT *b, const void *tl, const void *th,
+            bit li, bit hi, bit tail, bit anti)
 {
        BAT *bn;
        BAT *bn1 = NULL;
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to