diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2013-10-27 21:59:47 +0100 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2013-10-28 17:22:31 +0100 |
commit | 2a040ccd1743494943ee20a273a986738a12a04f (patch) | |
tree | 02d03b703756b2c33c341a1cd30474401d47dfe1 /tests/nodedev.py | |
parent | 0df75c76033cbb873ab5b28f722dac1db472477a (diff) | |
download | virt-manager-2a040ccd1743494943ee20a273a986738a12a04f.tar.gz |
mass update: remove double spaces from comments
Updated by this script:
find -name '*.py' -exec sed -i "s|^\(#.*[^.?\!]\) \(.*[^#]\)$|\1 \2|g" \{\} \;
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'tests/nodedev.py')
-rw-r--r-- | tests/nodedev.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/nodedev.py b/tests/nodedev.py index 12688885..f93a6cfe 100644 --- a/tests/nodedev.py +++ b/tests/nodedev.py @@ -2,8 +2,8 @@ # # 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 -# (at your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of |