Changeset: 470984b3a2d5 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=470984b3a2d5
Modified Files:
        sql/backends/monet5/bam/Makefile.ag
        sql/backends/monet5/bam/bam_wrapper.c
Branch: bamloader
Log Message:

fixed some indenting for code readability

please try not to my tabs and spaces for indenting,
at least not with the same scope


diffs (37 lines):

diff --git a/sql/backends/monet5/bam/Makefile.ag 
b/sql/backends/monet5/bam/Makefile.ag
--- a/sql/backends/monet5/bam/Makefile.ag
+++ b/sql/backends/monet5/bam/Makefile.ag
@@ -29,8 +29,8 @@ INCLUDES = .. \
        ../../../../common/options \
        ../../../../common/stream \
        ../../../../gdk \
-    ../../../../tools/merovingian \
-    ../../../../tools/merovingian/daemon \
+       ../../../../tools/merovingian \
+       ../../../../tools/merovingian/daemon \
        $(SAMTOOLS_CFLAGS)
 
 lib__bam = {
@@ -43,8 +43,8 @@ lib__bam = {
                  bam_lib.c bam_lib.h \
                  bam_export.c bam_export.h
        LIBS = ../../../../monetdb5/tools/libmonetdb5 \
-                  ../../../../gdk/libbat \
-       $(SAMTOOLS_LIBS)
+              ../../../../gdk/libbat \
+              $(SAMTOOLS_LIBS)
 }
 
 headers_mal = {
diff --git a/sql/backends/monet5/bam/bam_wrapper.c 
b/sql/backends/monet5/bam/bam_wrapper.c
--- a/sql/backends/monet5/bam/bam_wrapper.c
+++ b/sql/backends/monet5/bam/bam_wrapper.c
@@ -182,7 +182,7 @@ init_bam_wrapper(bam_wrapper * bw, filet
        bw->cnt_alignments_extra = 0;
        bw->cnt_alignments_paired_primary = 0;
        bw->cnt_alignments_paired_secondary = 0;
-    bw->cnt_alignments_total = 0;
+       bw->cnt_alignments_total = 0;
 
        for (i = 0; i < 6; ++i) {
                snprintf(bw->fp_files[i], BW_FP_BUF_SIZE, "%s/files_%d",
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to