Home | History | Annotate | Download | only in codereview

Lines Matching defs:Indent

228 		s += Indent(cl.desc, "\t")
252 s += Indent(cl.desc, "\t")
265 s += Indent(cl.desc, "\t")
672 # Indent text with indent.
673 def Indent(text, indent):
675 typecheck(indent, str)
678 t += indent + line + '\n'
919 msg = "gofmt needs to format these files (run hg gofmt):\n" + Indent(data, "\t").rstrip()
926 # Check that *.[chys] files indent using tabs.
939 # except that some Plan 9 code uses four spaces as the label indent,