summaryrefslogtreecommitdiff
path: root/test/pacman/tests/sync135.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-08-17 16:56:07 -0500
committerDan McGee <dan@archlinux.org>2011-08-17 17:03:19 -0500
commit3ceef97799da9ec938dbade9e08e624ebb5fcea7 (patch)
tree9b4dc9f656e6b4775c1778ce51fada587fc73072 /test/pacman/tests/sync135.py
parentb2688e95590a5f98ff3ed4d9561b4e3d4c203d1a (diff)
Fix trailing whitespace in whole codebase
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'test/pacman/tests/sync135.py')
-rw-r--r--test/pacman/tests/sync135.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/tests/sync135.py b/test/pacman/tests/sync135.py
index 18c412aa..6e6ccfb1 100644
--- a/test/pacman/tests/sync135.py
+++ b/test/pacman/tests/sync135.py
@@ -27,5 +27,5 @@ self.args = "-Su"
self.addrule("PACMAN_RETCODE=0")
for p in lp1, lp2:
self.addrule("!PKG_EXIST=%s" % p.name)
-for p in sp1, sp2, sp3, sp4:
+for p in sp1, sp2, sp3, sp4:
self.addrule("PKG_EXIST=%s" % p.name)