Searched refs:indent (Results 1 – 4 of 4) sorted by relevance
63 indent = ' ' * (indent_count + 8) # double indent required71 indent = ' ' * (indent_count + 8) # double indent required82 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) +
1039 int indent = 0; in read_json_packet() local1045 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()
441 * 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
632 * Place the ``@params`` description on separate line and indent it by 2 spaces.