We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d4711 commit 40ac003Copy full SHA for 40ac003
inst/include/Rcpp/api/meat/Date.h
@@ -1,4 +1,6 @@
1
-// Copyright (C) 2013 Dirk Eddelbuettel and Romain Francois
+// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; indent-tabs-mode: nil; -*-
2
+//
3
+// Copyright (C) 2013 - 2015 Dirk Eddelbuettel and Romain Francois
4
//
5
// This file is part of Rcpp.
6
@@ -34,10 +36,9 @@ namespace Rcpp{
34
36
35
37
template <>
38
inline SEXP wrap(const Date &date) {
- return internal::new_date_object( date.getDate() ) ;
39
+ return internal::new_date_object(date.getDate());
40
}
41
-
42
43
44
#endif
0 commit comments