Commit d02c1993 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey Committed by Benno Schulenberg
Browse files

text: normalize the indentation in do_indent() and do_unindent()

Also remove one unneeded blank line.
parent 42f5a84c
Showing with 75 additions and 76 deletions
+75 -76
......@@ -403,7 +403,6 @@ void do_unindent(ssize_t cols)
for (f = top; f != bot->next; f = f->next) {
size_t line_len = strlen(f->data);
size_t indent_len = indent_length(f->data);
size_t indent_col = strnlenpt(f->data, indent_len);
/* The length in columns of the indentation on this line. */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment