Commit 0a208b3b authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

formatting fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3472 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 25456864
Showing with 4 additions and 4 deletions
+4 -4
......@@ -301,11 +301,11 @@ void do_indent_marked(ssize_t cols)
if (cols <= indent_col) {
size_t indent_new = actual_x(f->data, indent_col -
cols);
/* The length of the indentation remaining on
* this line after we unindent. */
/* The length of the indentation remaining on this
* line after we unindent. */
size_t indent_shift = indent_len - indent_new;
/* The change in the indentation on this line
* after we unindent. */
/* The change in the indentation on this line after
* we unindent. */
/* If we're unindenting, and there's at least cols
* columns' worth of indentation at the beginning of the
......
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