nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 5d2ab88f0e677ae54085638d4811dec2d5c4221e
parent 65ef166a406e7250a41e94d6151c4b6fc6d27752
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Fri, 25 Feb 2005 20:29:44 +0000

another cosmetic fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2329 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/nano.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/nano.c b/src/nano.c @@ -2909,7 +2909,8 @@ void do_justify(bool full_justify) /* Next step, we loop through the lines of this paragraph, * justifying each one individually. */ for (; par_len > 0; current_y++, par_len--) { - size_t indent_len; /* Generic indentation length. */ + size_t indent_len; + /* Generic indentation length. */ size_t line_len; size_t display_len; /* The width of current in screen columns. */