Searched refs:indent_correction (Results 1 – 1 of 1) sorted by relevance
165 int indent_correction) { in FixIndentation() argument166 if (indent_correction == 0) in FixIndentation()168 if (indent_correction < 0) in FixIndentation()169 return line.substr(-indent_correction); in FixIndentation()170 return EditLineStringType(indent_correction, EditLineCharType(' ')) + line; in FixIndentation()650 int indent_correction = m_fix_indentation_callback(this, lines, 0); in BreakLineCommand() local651 new_line_fragment = FixIndentation(new_line_fragment, indent_correction); in BreakLineCommand()863 int indent_correction = in FixIndentationCommand() local867 if (indent_correction == 0) in FixIndentationCommand()872 if (indent_correction > 0) { in FixIndentationCommand()[all …]