* Fix whitespace
* Update copyright

Signed-off-by: Aaron Bauman <b...@gentoo.org>
---
 lib/portage/cvstree.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/portage/cvstree.py b/lib/portage/cvstree.py
index 796462af2..cfcb9f48c 100644
--- a/lib/portage/cvstree.py
+++ b/lib/portage/cvstree.py
@@ -1,5 +1,5 @@
 # cvstree.py -- cvs tree utilities
-# Copyright 1998-2017 Gentoo Foundation
+# Copyright 1998-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 from __future__ import print_function
@@ -123,7 +123,7 @@ def findchanged(entries, recursive=0, basedir=""):
                        mylist += findchanged(entries["dirs"][mydir], 
recursive, basedir + mydir)
 
        return mylist
-       
+
 def findmissing(entries, recursive=0, basedir=""):
        """Recurses the entries tree to find all elements that are listed in 
the cvs
        tree but do not exist on the filesystem. Returns a list of paths,
@@ -205,7 +205,7 @@ def apply_cvsignore_filter(files):
                else:
                        x += 1
        return files
-       
+
 def getentries(mydir, recursive=0):
        """Scans the given directory and returns a datadict of all the entries 
in
        the directory separated as a dirs dict and a files dict.
-- 
2.28.0


Reply via email to