Skip to content

Commit 403b699

Browse files
committed
fix indent
1 parent 8c087bf commit 403b699

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

ChangeLog

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
2021-01-28 Iñaki Ucar <[email protected]>
22

3-
* DESCRIPTION (Version, Date): Roll minor version
4-
* inst/include/Rcpp/config.h: Idem
5-
6-
* inst/include/Rcpp/iostream/Rstreambuf.h: Support for global Rcout/Rcerr by
7-
adding `-DRCPP_USE_GLOBAL_ROSTREAM` to `PKG_CPPFLAGS`. This behavior mimics
8-
std::cout/cerr. Required initialization code is automatically generated.
9-
* inst/include/Rcpp/routines.h: Ditto
10-
* src/api.cpp: Ditto
11-
* src/attributes.cpp: Ditto
12-
* src/rcpp_init.cpp: Ditto
3+
* inst/include/Rcpp/iostream/Rstreambuf.h: Support for global Rcout/Rcerr by
4+
adding `-DRCPP_USE_GLOBAL_ROSTREAM` to `PKG_CPPFLAGS`. This behavior mimics
5+
std::cout/cerr. Required initialization code is automatically generated.
6+
* inst/include/Rcpp/routines.h: Ditto
7+
* src/api.cpp: Ditto
8+
* src/attributes.cpp: Ditto
9+
* src/rcpp_init.cpp: Ditto
1310

1411
2021-01-21 Dirk Eddelbuettel <[email protected]>
1512

0 commit comments

Comments
 (0)