]> git.wh0rd.org Git - nano.git/commitdiff
remove unneeded blank line
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 8 Nov 2005 04:55:59 +0000 (04:55 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 8 Nov 2005 04:55:59 +0000 (04:55 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3105 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/prompt.c

index 4e5293f8026d99a4f0f7cd230b08ffe5991acad6..3890d2bf2d8d3a62e59dc2dd65b0718e1d03e787 100644 (file)
@@ -115,7 +115,6 @@ int do_statusbar_input(bool *meta_key, bool *func_key, bool *s_or_t,
         * characters in the input buffer if it isn't empty. */
         if (*s_or_t == TRUE || get_key_buffer_len() == 0) {
            if (kbinput != NULL) {
-
                /* Display all the characters in the input buffer at
                 * once, filtering out control characters. */
                char *output = charalloc(kbinput_len + 1);