posix: kill some trailing newlines
authorMatt Mackall <mpm@selenic.com>
Fri, 03 Apr 2009 12:37:07 -0500
changeset 7943 c289c3fc5985
parent 7942 553cef16031f
child 7944 e9b48afd0e78
posix: kill some trailing newlines
mercurial/posix.py
--- a/mercurial/posix.py	Fri Apr 03 12:37:06 2009 -0500
+++ b/mercurial/posix.py	Fri Apr 03 12:37:07 2009 -0500
@@ -218,5 +218,3 @@
         return grp.getgrgid(gid)[0]
     except KeyError:
         return str(gid)
-
-