Home
last modified time | relevance | path

Searched refs:arg_indent (Results 1 – 1 of 1) sorted by relevance

/third_party/nghttp2/
Dhelp2rst.py10 arg_indent = ' ' * 14 variable
93 if not line.startswith(arg_indent):
94 …scription is not indented correctly. We need {} spaces as indentation.\n'.format(len(arg_indent)))
95 print('{}'.format(format_arg_text(line[len(arg_indent):])))