summaryrefslogtreecommitdiffstats
path: root/test/pacman/pactest.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-08-17 23:56:07 +0200
committerDan McGee <dan@archlinux.org>2011-08-18 00:03:19 +0200
commit3ceef97799da9ec938dbade9e08e624ebb5fcea7 (patch)
tree9b4dc9f656e6b4775c1778ce51fada587fc73072 /test/pacman/pactest.py
parentb2688e95590a5f98ff3ed4d9561b4e3d4c203d1a (diff)
downloadpacman-3ceef97799da9ec938dbade9e08e624ebb5fcea7.tar.gz
pacman-3ceef97799da9ec938dbade9e08e624ebb5fcea7.tar.xz
Fix trailing whitespace in whole codebase
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'test/pacman/pactest.py')
-rwxr-xr-xtest/pacman/pactest.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/pacman/pactest.py b/test/pacman/pactest.py
index 62034dc7..bb198eb4 100755
--- a/test/pacman/pactest.py
+++ b/test/pacman/pactest.py
@@ -3,7 +3,7 @@
# pactest : run automated testing on the pacman binary
#
# Copyright (c) 2006 by Aurelien Foret <orelien@chez.com>
-#
+#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
@@ -83,9 +83,9 @@ def create_parser():
help = "do not use --noconfirm for pacman calls")
return parser
-
+
if __name__ == "__main__":
- # instantiate env and parser objects
+ # instantiate env and parser objects
root_path = tempfile.mkdtemp()
env = pmenv.pmenv(root=root_path)
opt_parser = create_parser()