aboutsummaryrefslogtreecommitdiffstats
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
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>
-rwxr-xr-xCVSROOT/cfg.pm6
-rw-r--r--CVSROOT/commitinfo4
-rwxr-xr-xCVSROOT/cvs_acls.pl2
-rwxr-xr-xCVSROOT/edithook2
-rwxr-xr-xCVSROOT/log_accum.pl6
5 files changed, 10 insertions, 10 deletions
diff --git a/CVSROOT/cfg.pm b/CVSROOT/cfg.pm
index 3a9a62dbd69d..101eb963cbd2 100755
--- a/CVSROOT/cfg.pm
+++ b/CVSROOT/cfg.pm
@@ -46,7 +46,7 @@ $FILE_PREFIX = "#cvs.files.$PID";
# The file used to store the name of the last directory examined
# when processing a multi-directory commit.
-$LAST_FILE = "$TMPDIR/$FILE_PREFIX.lastdir";
+$LAST_FILE = "$TMPDIR/$FILE_PREFIX.lastdir";
# System tools.
$PROG_CVS = '/usr/bin/cvs'; # cvs(1)
$PROG_MV = '/bin/mv'; # mv(1)
@@ -150,7 +150,7 @@ $NO_DOS_LINEBREAKS = 0;
####################
# The command used to mail the log messages.
-# Usually something like '/usr/sbin/sendmail'.
+# Usually something like '/usr/sbin/sendmail'.
$MAILCMD = "/usr/sbin/sendmail";
# Email addresses of recipients of commit mail.
@@ -266,7 +266,7 @@ sub add_cvsweb_entry {
}
push @output, "$baseurl$extra";
}
-
+
return @output;
};
diff --git a/CVSROOT/commitinfo b/CVSROOT/commitinfo
index 37744760159c..f145b36c5cf2 100644
--- a/CVSROOT/commitinfo
+++ b/CVSROOT/commitinfo
@@ -2,8 +2,8 @@
# $FreeBSD$
#
# The "commitinfo" file is used to control pre-commit checks.
-# The filter on the right is invoked with the repository and a list
-# of files to check. A non-zero exit of the filter program will
+# The filter on the right is invoked with the repository and a list
+# of files to check. A non-zero exit of the filter program will
# cause the commit to be aborted.
#
# The first entry on a line is a regular expression which is tested
diff --git a/CVSROOT/cvs_acls.pl b/CVSROOT/cvs_acls.pl
index ca353285e22f..e8a295b175bc 100755
--- a/CVSROOT/cvs_acls.pl
+++ b/CVSROOT/cvs_acls.pl
@@ -212,7 +212,7 @@ sub expand_users {
foreach my $m (@members) {
if ($m =~ s/^://) {
if (!defined($GROUPS{$m})) {
- warn "Group '$m' not defined before use in " .
+ warn "Group '$m' not defined before use in " .
"$cfg::AVAIL_FILE.\n";
next;
}
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 );
diff --git a/CVSROOT/log_accum.pl b/CVSROOT/log_accum.pl
index 3c0f3963a73a..a523338f6bc1 100755
--- a/CVSROOT/log_accum.pl
+++ b/CVSROOT/log_accum.pl
@@ -395,7 +395,7 @@ sub get_log_name {
}
return 'other';
-}
+}
sub do_changes_file {
@@ -531,7 +531,7 @@ sub format_summaries {
push @files, $f;
}
close FILE;
- }
+ }
# Format the output, extra spaces after "Changes"
# to match historic formatting.
@@ -693,7 +693,7 @@ if ($input_params =~ /Imported sources/) {
&mail_notification(@text);
&cleanup_tmpfiles();
exit 0;
-}
+}
#
# Iterate over the body of the message collecting information.