[Rcpp-commits] r4440 - pkg/Rcpp/inst/include/Rcpp/internal

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Aug 22 09:33:38 CEST 2013


Author: romain
Date: 2013-08-22 09:33:37 +0200 (Thu, 22 Aug 2013)
New Revision: 4440

Modified:
   pkg/Rcpp/inst/include/Rcpp/internal/export.h
Log:
indent

Modified: pkg/Rcpp/inst/include/Rcpp/internal/export.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/internal/export.h	2013-08-22 06:13:34 UTC (rev 4439)
+++ pkg/Rcpp/inst/include/Rcpp/internal/export.h	2013-08-22 07:33:37 UTC (rev 4440)
@@ -122,7 +122,7 @@
 			STORAGE* start = ::Rcpp::internal::r_vector_start<RTYPE>(y) ;
 			R_len_t size = ::Rf_length(y)  ;
 			for( R_len_t i=0; i<size; i++){
-			res[i] = caster<STORAGE,value_type>(start[i]) ;
+				res[i] = caster<STORAGE,value_type>(start[i]) ;
 			}
 			UNPROTECT(1) ; /* y */
 		}



More information about the Rcpp-commits mailing list