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>
This commit is contained in:
Giuseppe Scrivano 2013-10-27 21:59:47 +01:00
parent 0df75c7603
commit 2a040ccd17
67 changed files with 149 additions and 149 deletions