diff options
author | Daniel Neuhäuser <ich@danielneuhaeuser.de> | 2010-07-25 20:45:24 +0200 |
---|---|---|
committer | Daniel Neuhäuser <ich@danielneuhaeuser.de> | 2010-07-25 20:45:24 +0200 |
commit | 1a9a9972911695ae4f64e7c6fccd686f814659bb (patch) | |
tree | 886ebff29ef74b98330c061cd45e552633883b7c /sphinx/writers/websupport.py | |
parent | 6a4ec66967de0f25e03a73d43e4c57b7295f561c (diff) | |
download | sphinx-git-1a9a9972911695ae4f64e7c6fccd686f814659bb.tar.gz |
Removed trailing whitespace
Diffstat (limited to 'sphinx/writers/websupport.py')
-rw-r--r-- | sphinx/writers/websupport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/writers/websupport.py b/sphinx/writers/websupport.py index 04c989b22..63281f182 100644 --- a/sphinx/writers/websupport.py +++ b/sphinx/writers/websupport.py @@ -25,7 +25,7 @@ class WebSupportTranslator(HTMLTranslator): def init_support(self): self.in_commentable = False self.current_id = 0 - + def dispatch_visit(self, node): if node.__class__.__name__ in self.commentable_nodes: self.handle_visit_commentable(node) |