Signed-off-by: Aaron Bauman <b...@gentoo.org>
---
 lib/portage/update.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/portage/update.py b/lib/portage/update.py
index 07e977452..f11b14217 100644
--- a/lib/portage/update.py
+++ b/lib/portage/update.py
@@ -179,7 +179,7 @@ def grab_updates(updpath, prev_mtimes=None):
        mylist = [myfile for myfile in mylist if len(myfile) == 7 and 
myfile[1:3] == "Q-"]
        if len(mylist) == 0:
                return []
-       
+
        # sort by (year, quarter)
        mylist.sort(key=lambda x: (x[3:], x[:2]))
 
-- 
2.28.0


Reply via email to