Changeset: 49bd980a6c24 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=49bd980a6c24
Modified Files:
        clients/R/MonetDB.R/src/Makevars.win
        clients/R/MonetDB.R/src/profiler.h
        clients/mapiclient/mapisplit-dummy.c
        clients/mapiclient/profiler-dummy.c
        sql/scripts/16_tracelog.sql
Branch: default
Log Message:

Text files must end with a newline.


diffs (47 lines):

diff --git a/clients/R/MonetDB.R/src/Makevars.win 
b/clients/R/MonetDB.R/src/Makevars.win
--- a/clients/R/MonetDB.R/src/Makevars.win
+++ b/clients/R/MonetDB.R/src/Makevars.win
@@ -1,1 +1,1 @@
-PKG_LIBS= -lws2_32 -lpthread
\ No newline at end of file
+PKG_LIBS= -lws2_32 -lpthread
diff --git a/clients/R/MonetDB.R/src/profiler.h 
b/clients/R/MonetDB.R/src/profiler.h
--- a/clients/R/MonetDB.R/src/profiler.h
+++ b/clients/R/MonetDB.R/src/profiler.h
@@ -14,4 +14,4 @@ void profiler_clearbar(void);
 void profiler_renderbar_dl(int* state, int* total);
 void profiler_arm(void);
 int  profiler_start(void);
-void profiler_renderbar(size_t state, size_t total, char *symbol);
\ No newline at end of file
+void profiler_renderbar(size_t state, size_t total, char *symbol);
diff --git a/clients/mapiclient/mapisplit-dummy.c 
b/clients/mapiclient/mapisplit-dummy.c
--- a/clients/mapiclient/mapisplit-dummy.c
+++ b/clients/mapiclient/mapisplit-dummy.c
@@ -2,4 +2,4 @@
 This refers to ../R/MonetDB.R/src/mapisplit.c . We cannot have this file here, 
 as the R connector needs to be able to compile stand-alone. 
 */
-#include "mapisplit.c"
\ No newline at end of file
+#include "mapisplit.c"
diff --git a/clients/mapiclient/profiler-dummy.c 
b/clients/mapiclient/profiler-dummy.c
--- a/clients/mapiclient/profiler-dummy.c
+++ b/clients/mapiclient/profiler-dummy.c
@@ -2,4 +2,4 @@
 This refers to ../R/MonetDB.R/src/profiler.c . We cannot have this file here, 
 as the R connector needs to be able to compile stand-alone. 
 */
-#include "profiler.c"
\ No newline at end of file
+#include "profiler.c"
diff --git a/sql/scripts/16_tracelog.sql b/sql/scripts/16_tracelog.sql
--- a/sql/scripts/16_tracelog.sql
+++ b/sql/scripts/16_tracelog.sql
@@ -26,4 +26,4 @@ create function sys.tracelog()
 create view sys.tracelog as select * from sys.tracelog();
 
 create procedure profiler_openstream(host string, port int) external name 
profiler."openStream";
-create procedure profiler_stethoscope(ticks int) external name 
profiler.stethoscope;
\ No newline at end of file
+create procedure profiler_stethoscope(ticks int) external name 
profiler.stethoscope;
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to