summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael E Brown <michael_e_brown@dell.com>2007-12-12 16:38:14 -0600
committerMichael E Brown <michael_e_brown@dell.com>2007-12-12 16:38:14 -0600
commit2e47f7a55091ddbcf7a2b883738ddf70aed4c2b5 (patch)
treefdbcc36b40c22e7a4e9bb86c6972e74fa790e657
parent7e35a8aa542afcdc2f1ea7a69bd435e75bd9c40c (diff)
remove trailing whitespace.
-rwxr-xr-xpy/mock.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/py/mock.py b/py/mock.py
index 1ae9a9b..5661dff 100755
--- a/py/mock.py
+++ b/py/mock.py
@@ -442,7 +442,7 @@ def main(ret):
# cmdline options override config options
set_config_opts_per_cmdline(config_opts, options, args)
-
+
# elevate privs
uidManager._becomeUser(0, 0)
@@ -517,7 +517,7 @@ def main(ret):
chroot.tryLockBuildRoot()
chroot.yumInstall(*args)
-
+
elif options.mode == 'update':
chroot.yumUpdate()