From 314be2cfa9420f04c25dc3e19e6769c91b35b9eb Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Tue, 18 Jan 2005 21:12:28 +0000
Subject: [PATCH] formatting fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2287 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 src/nano.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/nano.c b/src/nano.c
index 8c209a1e..9e072ade 100644
--- a/src/nano.c
+++ b/src/nano.c
@@ -1334,8 +1334,7 @@ void do_next_word(void)
     /* Move forward until we find the character after the last letter of
      * the current word. */
     while (current->data[current_x] != '\0') {
-	char_mb_len = parse_mbchar(current->data + current_x,
-		char_mb
+	char_mb_len = parse_mbchar(current->data + current_x, char_mb
 #ifdef NANO_WIDE
 		, NULL
 #endif
@@ -1405,8 +1404,7 @@ void do_prev_word(void)
     /* Move backward until we find the character before the first letter
      * of the current word. */
     while (!begin_line) {
-	char_mb_len = parse_mbchar(current->data + current_x,
-		char_mb
+	char_mb_len = parse_mbchar(current->data + current_x, char_mb
 #ifdef NANO_WIDE
 		, NULL
 #endif
-- 
GitLab