Home | History | Annotate | Download | only in codereview

Lines Matching defs:Indent

244 		s += Indent(cl.desc, "\t")
268 s += Indent(cl.desc, "\t")
281 s += Indent(cl.desc, "\t")
718 # Indent text with indent.
719 def Indent(text, indent):
721 typecheck(indent, str)
724 t += indent + line + '\n'
1040 msg = "gofmt needs to format these files (run hg gofmt):\n" + Indent(data, "\t").rstrip()
1047 # Check that *.[chys] files indent using tabs.
1060 # except that some Plan 9 code uses four spaces as the label indent,
1756 print Indent(opts['message'], "\t")
1758 print Indent('\n'.join(cl.files), "\t")