another formatting fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3478 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
b22c80ad1d
commit
5bb7727740
|
@ -301,11 +301,11 @@ void do_indent_marked(ssize_t cols)
|
||||||
if (cols <= indent_col) {
|
if (cols <= indent_col) {
|
||||||
size_t indent_new = actual_x(f->data, indent_col -
|
size_t indent_new = actual_x(f->data, indent_col -
|
||||||
cols);
|
cols);
|
||||||
/* The length of the indentation remaining on this
|
/* The length of the indentation remaining on
|
||||||
* line after we unindent. */
|
* this line after we unindent. */
|
||||||
size_t indent_shift = indent_len - indent_new;
|
size_t indent_shift = indent_len - indent_new;
|
||||||
/* The change in the indentation on this line after
|
/* The change in the indentation on this line
|
||||||
* we unindent. */
|
* after we unindent. */
|
||||||
|
|
||||||
/* If we're unindenting, and there's at least cols
|
/* If we're unindenting, and there's at least cols
|
||||||
* columns' worth of indentation at the beginning of the
|
* columns' worth of indentation at the beginning of the
|
||||||
|
|
Loading…
Reference in New Issue