]> git.wh0rd.org Git - nano.git/commitdiff
formatting fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 11 Mar 2005 04:22:34 +0000 (04:22 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 11 Mar 2005 04:22:34 +0000 (04:22 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2349 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/nano.c

index 96bdb53129e318fa707d379b34d57993a27148b0..698f278e04da0944c502111bca41ea37568279b9 100644 (file)
@@ -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