]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/parray.hh
Run grand-replace (issue 3765)
[lilypond.git] / flower / include / parray.hh
index 7af20291e46ea5415db21d8f2564bd7c65e2cda4..3c3e4796e7079a0d737fc49ca0f37f4eb092ebd5 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -27,7 +27,7 @@ using namespace std;
 template<class T>
 class Link_array : public vector<T *>
 {
-  
+
 };
 
 #endif // PARRAY_HH