Skip to content

Commit 8b2aa34

Browse files
Fix formatting and copyright in median.h
1 parent 7543917 commit 8b2aa34

File tree

1 file changed

+2
-3
lines changed
  • inst/include/Rcpp/sugar/functions

1 file changed

+2
-3
lines changed

inst/include/Rcpp/sugar/functions/median.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; tab-width: 8 -*-
1+
// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; indent-tabs-mode: nil; -*-
22
//
33
// median.h: Rcpp R/C++ interface class library -- median
44
//
5-
// Copyright (C) 2012 - 2013 Dirk Eddelbuettel and Romain Francois
6-
// Copyright (C) 2016 - Nathan Russell
5+
// Copyright (C) 2016 Dirk Eddelbuettel, Romain Francois, and Nathan Russell
76
//
87
// This file is part of Rcpp.
98
//

0 commit comments

Comments
 (0)