]> git.wh0rd.org Git - nano.git/commitdiff
add missing blank line
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 28 Jun 2005 18:57:28 +0000 (18:57 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 28 Jun 2005 18:57:28 +0000 (18:57 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2788 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/move.c

index 06efd761080ac47e432cec967ee4fd6a35e61467..135f7aff6dca3d71059c2efd74b2d11138cb9d7e 100644 (file)
@@ -225,6 +225,7 @@ void do_down(void)
        return;
 
     assert(current_y == current->lineno - edittop->lineno);
+
     current = current->next;
     current_x = actual_x(current->data, placewewant);