From 0fb1c6fd60d6f9dfa0e4f86fc821bfe75f9b476d Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 8 Jan 2016 10:27:07 +0000 Subject: [PATCH] ed: Remove useless newlines --- ed.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ed.c b/ed.c index 686d2aa..0b03fd1 100644 --- a/ed.c +++ b/ed.c @@ -64,8 +64,6 @@ static char *lastmatch; static struct undo udata; static int newcmd; - - static void discard(void) {