diff options
author | joe <joe@FreeBSD.org> | 2001-12-13 17:33:45 +0800 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-12-13 17:33:45 +0800 |
commit | 64980073ff320595a598fccf854e0941be7d93ea (patch) | |
tree | 8d7bf52d4b3988d0fcc0b28011946aff581afb43 /CVSROOT/edithook | |
parent | 471fd454de84b832ddedfe208b99d43813d012c3 (diff) | |
download | freebsd-ports-gnome-64980073ff320595a598fccf854e0941be7d93ea.tar.gz freebsd-ports-gnome-64980073ff320595a598fccf854e0941be7d93ea.tar.zst freebsd-ports-gnome-64980073ff320595a598fccf854e0941be7d93ea.zip |
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 00e3c4820806..c089372fd59f 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 ); |