diff --git a/src/qtl_enrichment.cpp b/src/qtl_enrichment.cpp index 2cf87980..99a2027c 100644 --- a/src/qtl_enrichment.cpp +++ b/src/qtl_enrichment.cpp @@ -30,4 +30,4 @@ Rcpp::List qtl_enrichment_rcpp( } return output_list; -} \ No newline at end of file +} diff --git a/src/sdpr.cpp b/src/sdpr.cpp index e64377a8..3deb5e3a 100644 --- a/src/sdpr.cpp +++ b/src/sdpr.cpp @@ -57,4 +57,4 @@ Rcpp::List sdpr_rcpp( ); return output; -} \ No newline at end of file +}