]> git.wh0rd.org Git - nano.git/commitdiff
minor tabbing fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 20 Nov 2003 00:14:16 +0000 (00:14 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 20 Nov 2003 00:14:16 +0000 (00:14 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1591 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/files.c

index 00ce82a57bb30c416ea6de77a6f7eabdcc6f5fbb..6bda6ac6362b04b9332bf31786056aa763574655 100644 (file)
@@ -1842,7 +1842,7 @@ int do_writeout(const char *path, int exiting, int append)
 #ifndef NANO_SMALL
                && (!ISSET(MARK_ISSET) || exiting)
 #endif
-                                                       ) {
+               ) {
                i = do_yesno(0, 0, _("Save file under DIFFERENT NAME ?"));
                if (i == 0 || i == -1)
                    continue;