Changeset: 073d1a001950 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=073d1a001950
Modified Files:
        monetdb5/extras/rdf/Makefile.ag
Branch: lodrdf
Log Message:

Fix indentation: use tabs


diffs (50 lines):

diff --git a/monetdb5/extras/rdf/Makefile.ag b/monetdb5/extras/rdf/Makefile.ag
--- a/monetdb5/extras/rdf/Makefile.ag
+++ b/monetdb5/extras/rdf/Makefile.ag
@@ -16,7 +16,7 @@
 # All Rights Reserved.
 
 INCLUDES = ../../modules/atoms ../../modules/mal ../../mal \
-                  ../../modules/kernel \
+                  ../../modules/kernel \
                   ../../../clients/mapilib \
                   ../../../common/options \
                   ../../../common/stream \
@@ -27,26 +27,25 @@ MTSAFE
 
 lib_rdf = {
        MODULE
-        DIR = libdir/monetdb5
-        SOURCES = rdf.h rdf_shredder.mx rdfalgebra.c
+       DIR = libdir/monetdb5
+       SOURCES = rdf.h rdf_shredder.mx rdfalgebra.c
 
-        LIBS = ../../tools/libmonetdb5 \
-                ../../../gdk/libbat \
-                $(MALLOC_LIBS) $(raptor_LIBS)
+       LIBS = ../../tools/libmonetdb5 \
+                  ../../../gdk/libbat \
+                  $(MALLOC_LIBS) $(raptor_LIBS)
 }
 
 headers_rdf_mal = {
-        HEADERS = mal
-        DIR = libdir/monetdb5
-        SOURCES = rdfalgebra.mal
+       HEADERS = mal
+       DIR = libdir/monetdb5
+       SOURCES = rdfalgebra.mal
 }
 
 headers_autoload = {
-        HEADERS = mal
-        DIR = libdir/monetdb5/autoload
-        SOURCES = 30_rdf.mal
+       HEADERS = mal
+       DIR = libdir/monetdb5/autoload
+       SOURCES = 30_rdf.mal
 }
 
 #EXTRA_DIST_DIR = Tests
 EXTRA_DIST = 30_rdf.mal rdfalgebra.mal
-
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to