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

src/global.c

index 00ff6ab8375fc5cdca7dc7140f40aa904eb7f10f..ca7975a4dc6e3a0a497450dfcfb8c69fd9d60c07 100644 (file)
@@ -1060,6 +1060,7 @@ void shortcut_init(bool unjustify)
 void free_shortcutage(shortcut **shortcutage)
 {
     assert(shortcutage != NULL);
+
     while (*shortcutage != NULL) {
        shortcut *ps = *shortcutage;
        *shortcutage = (*shortcutage)->next;