Skip to content

Commit 40ac003

Browse files
committed
white-space only: indentation, around operators/braces/function/function arguments, untabified
also added Emacs line and update Copyright year
1 parent f1d4711 commit 40ac003

File tree

1 file changed

+4
-3
lines changed
  • inst/include/Rcpp/api/meat

1 file changed

+4
-3
lines changed

inst/include/Rcpp/api/meat/Date.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Copyright (C) 2013 Dirk Eddelbuettel and Romain Francois
1+
// -*- 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
24
//
35
// This file is part of Rcpp.
46
//
@@ -34,10 +36,9 @@ namespace Rcpp{
3436

3537
template <>
3638
inline SEXP wrap(const Date &date) {
37-
return internal::new_date_object( date.getDate() ) ;
39+
return internal::new_date_object(date.getDate());
3840
}
3941

40-
4142
}
4243

4344
#endif

0 commit comments

Comments
 (0)