summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2014-01-16 15:10:26 +0100
committerPeter Schiffer <pschiffe@redhat.com>2014-01-16 15:10:26 +0100
commit97d3041f1e38dfcc931d0e495c0e1c66497cf09c (patch)
treed56f207fb9ca08a4eccfbd406b609ae4402e5c5a /examples
parent785bc9bf7e4ba5ba60477fd09974377c4cf48b10 (diff)
downloadopenlmi-providers-97d3041f1e38dfcc931d0e495c0e1c66497cf09c.tar.gz
openlmi-providers-97d3041f1e38dfcc931d0e495c0e1c66497cf09c.tar.xz
openlmi-providers-97d3041f1e38dfcc931d0e495c0e1c66497cf09c.zip
Remove trailing spaces
This patch removes trailing spaces from source files.
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/test_service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/test_service.py b/examples/test_service.py
index 958ca4b..606e96f 100755
--- a/examples/test_service.py
+++ b/examples/test_service.py
@@ -65,7 +65,7 @@ cliconn.debug = True
services = cliconn.ExecQuery("WQL", "select * from LMI_Service where Name='%s'" % service)
if len(services) == 0:
- print >>sys.stderr, "Service %s doesn't exist" % service
+ print >>sys.stderr, "Service %s doesn't exist" % service
sys.exit(2)
if len(services) > 1: