]> git.wh0rd.org Git - nano.git/commitdiff
formatting fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 17 May 2005 16:54:34 +0000 (16:54 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 17 May 2005 16:54:34 +0000 (16:54 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2521 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/search.c

index b362509e49f5b2003e7b5214a4ac341ffacdee66..0d2040d6a9dc55614131da8468226192303f638b 100644 (file)
@@ -554,7 +554,8 @@ void do_research(void)
                last_search)) {
                didfind = findnextstr(TRUE, FALSE, TRUE, current,
                        current_x, answer, NULL);
-               if (fileptr == current && fileptr_x == current_x && !didfind)
+               if (fileptr == current && fileptr_x == current_x &&
+                       !didfind)
                    statusbar(_("This is the only occurrence"));
            } else {
 #endif