Retab.
authorMichał Górny <gentoo@mgorny.alt.pl>
Wed, 14 Jul 2010 09:13:01 +0000 (11:13 +0200)
committerZac Medico <zmedico@gentoo.org>
Wed, 14 Jul 2010 09:27:40 +0000 (02:27 -0700)
pym/repoman/checks.py

index b0d8b0bf0042d53e730ddf2b38e6eeacd36955db..ec8e91324be867029345b59546b4a08b084d0ff7 100644 (file)
@@ -389,10 +389,10 @@ class NoAsNeeded(LineCheck):
        error = errors.NO_AS_NEEDED
 
 class PreserveOldLib(LineCheck):
-        """Check for calls to the preserve_old_lib function."""
-        repoman_check_name = 'upstream.workaround'
-        re = re.compile(r'.*preserve_old_lib')
-        error = errors.PRESERVE_OLD_LIB
+       """Check for calls to the preserve_old_lib function."""
+       repoman_check_name = 'upstream.workaround'
+       re = re.compile(r'.*preserve_old_lib')
+       error = errors.PRESERVE_OLD_LIB
 
 class DeprecatedBindnowFlags(LineCheck):
        """Check for calls to the deprecated bindnow-flags function."""