]> git.wh0rd.org Git - nano.git/commitdiff
remove unneeded blank line
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 13 Jun 2005 05:13:14 +0000 (05:13 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 13 Jun 2005 05:13:14 +0000 (05:13 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2646 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/search.c

index c6dd0929c49edbb279be21dc9bda902f2de2dc7a..96e0a99bfa7e2cb45843d82986d51f9de09b757b 100644 (file)
@@ -417,7 +417,6 @@ bool findnextstr(bool can_display_wrap, bool wholeword, bool
        ) {
        if (can_display_wrap)
            not_found_msg(needle);
-
        return FALSE;
     }