diff options
author | Dan McGee <dan@archlinux.org> | 2011-08-17 16:56:07 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-08-17 17:03:19 -0500 |
commit | 3ceef97799da9ec938dbade9e08e624ebb5fcea7 (patch) | |
tree | 9b4dc9f656e6b4775c1778ce51fada587fc73072 /test/pacman/tests | |
parent | b2688e95590a5f98ff3ed4d9561b4e3d4c203d1a (diff) |
Fix trailing whitespace in whole codebase
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'test/pacman/tests')
-rw-r--r-- | test/pacman/tests/epoch005.py | 2 | ||||
-rw-r--r-- | test/pacman/tests/sync135.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/pacman/tests/epoch005.py b/test/pacman/tests/epoch005.py index 4af8edfd..62151703 100644 --- a/test/pacman/tests/epoch005.py +++ b/test/pacman/tests/epoch005.py @@ -9,7 +9,7 @@ versions = ( ) pkgvers = [(n, versions[n]) for n in range(len(versions))] -for k, v in pkgvers: +for k, v in pkgvers: sp = pmpkg("pkg_%d" % k, v) self.addpkg2db("sync", sp) 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) |