From b1d9b418b847adc52d051ae2f59ea5bd1a7778b0 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Fri, 11 Mar 2005 04:22:34 +0000 Subject: [PATCH] formatting fixes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2349 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/nano.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/nano.c b/src/nano.c index 96bdb531..698f278e 100644 --- a/src/nano.c +++ b/src/nano.c @@ -1028,10 +1028,10 @@ void usage(void) void version(void) { - printf(_(" GNU nano version %s (compiled %s, %s)\n"), - VERSION, __TIME__, __DATE__); - printf(_ - (" Email: nano@nano-editor.org Web: http://www.nano-editor.org/")); + printf(_(" GNU nano version %s (compiled %s, %s)\n"), VERSION, + __TIME__, __DATE__); + printf( + _(" Email: nano@nano-editor.org Web: http://www.nano-editor.org/")); printf(_("\n Compiled options:")); #ifndef ENABLE_NLS -- 2.39.5