Skip to content

Commit 56f6553

Browse files
committed
just whitespace
1 parent e82f367 commit 56f6553

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

inst/examples/Misc/fibonacci.r

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ int fibonacci(const int x) {
2222
## now use the snipped above as well as one argument conversion
2323
## in as well as out to provide Fibonacci numbers via C++
2424
fibRcpp <- cxxfunction(signature(xs="int"),
25-
plugin="Rcpp",
26-
incl=incltxt,
27-
body='
25+
plugin="Rcpp",
26+
incl=incltxt,
27+
body='
2828
int x = Rcpp::as<int>(xs);
2929
return Rcpp::wrap( fibonacci(x) );
3030
')

0 commit comments

Comments
 (0)