diff options
author | joe <joe@FreeBSD.org> | 2001-12-13 09:33:45 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-12-13 09:33:45 +0000 |
commit | 64980073ff320595a598fccf854e0941be7d93ea (patch) | |
tree | 8d7bf52d4b3988d0fcc0b28011946aff581afb43 /CVSROOT/edithook | |
parent | 471fd454de84b832ddedfe208b99d43813d012c3 (diff) | |
download | FreeBSD-ports-64980073ff320595a598fccf854e0941be7d93ea.zip FreeBSD-ports-64980073ff320595a598fccf854e0941be7d93ea.tar.gz |
Remove some trailing whitespace.
Submitted by: Jun Kuriyama <kuriyama@imgsrc.co.jp>
Diffstat (limited to 'CVSROOT/edithook')
-rwxr-xr-x | CVSROOT/edithook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CVSROOT/edithook b/CVSROOT/edithook index 00e3c48..c089372 100755 --- a/CVSROOT/edithook +++ b/CVSROOT/edithook @@ -228,7 +228,7 @@ while ($doedit) { s/^$tmp//; } } - + $new = join("\n",@loglines); if ($orig ne $new) { @loglines = ( @statlines, @loglines ); |