[pypy-svn] pypy default: Remove extra blank line.

arigo commits-noreply at bitbucket.org
Sat Jan 29 16:35:12 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r41450:389bb4c6f8b0
Date: 2011-01-29 16:11 +0100
http://bitbucket.org/pypy/pypy/changeset/389bb4c6f8b0/

Log:	Remove extra blank line.

diff --git a/pypy/rpython/module/ll_os.py b/pypy/rpython/module/ll_os.py
--- a/pypy/rpython/module/ll_os.py
+++ b/pypy/rpython/module/ll_os.py
@@ -811,7 +811,6 @@
         return extdef([int], int,
                       "ll_os.ll_major", llimpl=major_llimpl)
 
-
     @registering_if(os, 'minor')
     def register_os_minor(self):
         c_minor = self.llexternal('minor', [rffi.INT], rffi.INT)


More information about the Pypy-commit mailing list