Commit 901d7f57 authored by Stefan Behnel's avatar Stefan Behnel

whitespace

parent 7868a281
...@@ -138,7 +138,7 @@ body { font-family: courier; font-size: 12; } ...@@ -138,7 +138,7 @@ body { font-family: courier; font-size: 12; }
return ''.join(outlist) return ''.join(outlist)
def _save_annotation_body(self, lines, code_source_file, c_file=None): def _save_annotation_body(self, lines, code_source_file, c_file=None):
outlist=[] outlist = []
pos_comment_marker = u'/* \N{HORIZONTAL ELLIPSIS} */\n' pos_comment_marker = u'/* \N{HORIZONTAL ELLIPSIS} */\n'
new_calls_map = dict( new_calls_map = dict(
(name, 0) for name in (name, 0) for name in
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment