From 5bb7727740619926fe7f6e9ae7d5e9975ce6c58c Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sat, 6 May 2006 14:37:33 +0000 Subject: [PATCH] another formatting fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3478 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/text.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/text.c b/src/text.c index 26e31761..70978930 100644 --- a/src/text.c +++ b/src/text.c @@ -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