Home
last modified time | relevance | path

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

/dpdk/devtools/
H A Dcheck-meson.py63 indent = ' ' * (indent_count + 8) # double indent required
71 indent = ' ' * (indent_count + 8) # double indent required
82 if not code.startswith(indent) or code[len(indent)] == ' ':
84 line, code, comments = setline(contents, lineno, indent + line.strip())
94 indent + (',\n' + indent).join(entries) +
/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c1039 int indent = 0; in read_json_packet() local
1045 indent++; in read_json_packet()
1047 indent--; in read_json_packet()
1048 if ((indent > 0) || (idx > 0)) in read_json_packet()
1050 if (indent <= 0) in read_json_packet()
1054 } while (indent > 0); in read_json_packet()
/dpdk/doc/guides/contributing/
H A Dcoding_style.rst441 * If you have to wrap a long statement, put the operator at the end of the line, and indent again.
455 a = b + c; /* control statement itself if single indent used */
785 case 'a': /* Don't indent the case. */
1123 ) # closing brace at indent level of opening brace
H A Ddocumentation.rst632 * Place the ``@params`` description on separate line and indent it by 2 spaces.