# HG changeset patch # User Matt Mackall # Date 2009-04-03 17:37:07 # Node ID c289c3fc598541977be42d402bc0d6848c9633b7 # Parent 553cef16031ff13ae09c46418074eb221dc3d82c posix: kill some trailing newlines diff --git a/mercurial/posix.py b/mercurial/posix.py --- a/mercurial/posix.py +++ b/mercurial/posix.py @@ -218,5 +218,3 @@ def groupname(gid=None): return grp.getgrgid(gid)[0] except KeyError: return str(gid) - -