]> git.wh0rd.org Git - nano.git/commitdiff
formatting fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 6 May 2006 02:22:02 +0000 (02:22 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 6 May 2006 02:22:02 +0000 (02:22 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3472 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/text.c

index 3c55c2b9e1bfc161806158fdd7bd14898ed9b173..f43440262d6c611ff1c6c46853226372825a55a6 100644 (file)
@@ -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