Changeset: 20ba2b4bfa89 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=20ba2b4bfa89
Modified Files:
        sql/backends/monet5/UDF/udf.c
        sql/backends/monet5/UDF/udf_impl.h
Branch: Feb2013
Log Message:

UDF: fixed indenting: do not mix spaces & tabs


diffs (45 lines):

diff --git a/sql/backends/monet5/UDF/udf.c b/sql/backends/monet5/UDF/udf.c
--- a/sql/backends/monet5/UDF/udf.c
+++ b/sql/backends/monet5/UDF/udf.c
@@ -254,15 +254,15 @@ UDFBATfuse_(BAT **ret, const BAT *bone, 
        switch (bone->ttype) {
        case TYPE_bte:
                msg = UDFBATfuse_bte_sht ( bres, bone, btwo, n,
-                       &two_tail_sorted_unsigned, &two_tail_revsorted_unsigned 
);
+                       &two_tail_sorted_unsigned, &two_tail_revsorted_unsigned 
);
                break;
        case TYPE_sht:
                msg = UDFBATfuse_sht_int ( bres, bone, btwo, n,
-                       &two_tail_sorted_unsigned, &two_tail_revsorted_unsigned 
);
+                       &two_tail_sorted_unsigned, &two_tail_revsorted_unsigned 
);
                break;
        case TYPE_int:
                msg = UDFBATfuse_int_lng ( bres, bone, btwo, n,
-                       &two_tail_sorted_unsigned, &two_tail_revsorted_unsigned 
);
+                       &two_tail_sorted_unsigned, &two_tail_revsorted_unsigned 
);
                break;
        default:
                BBPreleaseref(bres->batCacheid);
diff --git a/sql/backends/monet5/UDF/udf_impl.h 
b/sql/backends/monet5/UDF/udf_impl.h
--- a/sql/backends/monet5/UDF/udf_impl.h
+++ b/sql/backends/monet5/UDF/udf_impl.h
@@ -41,7 +41,7 @@
 static char *
 UF(UDFfuse_,UI,UO,_) ( UO *ret , UI one , UI two )
 {
-        int shift = sizeof(UI) * 8;
+       int shift = sizeof(UI) * 8;
 
        /* assert calling sanity */
        assert(ret != NULL);
@@ -74,8 +74,8 @@ UF(UDFfuse_,UI,UO,) ( UO *ret , const UI
 /* type-specific core algorithm */
 static char *
 UF(UDFBATfuse_,UI,UO,)  ( const BAT *bres, const BAT *bone, const BAT *btwo, 
BUN n,
-                       bit *two_tail_sorted_unsigned,
-                       bit *two_tail_revsorted_unsigned )
+                          bit *two_tail_sorted_unsigned,
+                          bit *two_tail_revsorted_unsigned )
 {
        UI *one = NULL, *two = NULL;
        UO *res = NULL;
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to