summaryrefslogtreecommitdiffstats
path: root/tools/openlmi-doc-class2rst
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 /tools/openlmi-doc-class2rst
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 'tools/openlmi-doc-class2rst')
-rwxr-xr-xtools/openlmi-doc-class2rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/openlmi-doc-class2rst b/tools/openlmi-doc-class2rst
index bbcf023..0536770 100755
--- a/tools/openlmi-doc-class2rst
+++ b/tools/openlmi-doc-class2rst
@@ -386,7 +386,7 @@ class HtmlExporter(object):
"""
Create inheritance tree of classes.
"""
- # hash classname -> list of hash of (direct) sublasses
+ # hash classname -> list of hash of (direct) sublasses
subclasses = {}
# hash classname -> nr. of its parents
parents = {}
@@ -413,7 +413,7 @@ class HtmlExporter(object):
"""
Create table of content.
"""
- # hash classname -> list of hash of (direct) sublasses
+ # hash classname -> list of hash of (direct) sublasses
print >>self.file, ".. toctree::"
print >>self.file, " :maxdepth: 1"
print >>self.file, ""