summaryrefslogtreecommitdiff
path: root/portato/backend/package.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-10-28 23:02:35 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-10-28 23:02:35 +0100
commit667747a0a9df9e6ad21bf7849a8e0ec80e4792f6 (patch)
treed123f95feabd0c9c05a75b0429ddc50f1f78db4a /portato/backend/package.py
parent4ee82f29f045300268f4bbc0a100c8ed90d15c5f (diff)
downloadportato-667747a0a9df9e6ad21bf7849a8e0ec80e4792f6.tar.gz
portato-667747a0a9df9e6ad21bf7849a8e0ec80e4792f6.tar.bz2
portato-667747a0a9df9e6ad21bf7849a8e0ec80e4792f6.zip
Remove some trailing whitespaces
Diffstat (limited to 'portato/backend/package.py')
-rw-r--r--portato/backend/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/backend/package.py b/portato/backend/package.py
index f288bef..bcc209a 100644
--- a/portato/backend/package.py
+++ b/portato/backend/package.py
@@ -94,7 +94,7 @@ class Package (_Package):
f = f[1:]
removed = True
- invf = flags.invert_use_flag(f)
+ invf = flags.invert_use_flag(f)
if f[0] == '-':
if invf in i_flags and not (removed and invf in m_flags):