From 8e858e2700651a0e973169b579622cd3dcd0defd Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 7 Mar 2007 09:35:43 +0000 Subject: clean up accumulated whitespace damage --- editors/sed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/sed.c') diff --git a/editors/sed.c b/editors/sed.c index b8f00c0..c434eee 100644 --- a/editors/sed.c +++ b/editors/sed.c @@ -896,7 +896,7 @@ restart: /* or does this line matches our last address regex */ || (sed_cmd->end_match && old_matched && (regexec(sed_cmd->end_match, - pattern_space, 0, NULL, 0) == 0)) + pattern_space, 0, NULL, 0) == 0)) ); } -- cgit v1.1