aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT/edithook
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-12-13 17:33:45 +0800
committerjoe <joe@FreeBSD.org>2001-12-13 17:33:45 +0800
commit64980073ff320595a598fccf854e0941be7d93ea (patch)
tree8d7bf52d4b3988d0fcc0b28011946aff581afb43 /CVSROOT/edithook
parent471fd454de84b832ddedfe208b99d43813d012c3 (diff)
downloadfreebsd-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-xCVSROOT/edithook2
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 );