summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-12-01 11:19:22 +0000
committerjoe <joe@FreeBSD.org>2001-12-01 11:19:22 +0000
commit74dfbd5f8fb12da6f723eca8eee456158df19af5 (patch)
treea88714b0ef07231c134074c5fe9dacb81d26bb8d
parentafb55f731e0382e0baeed66e94c055b2ad34f120 (diff)
downloadFreeBSD-ports-74dfbd5f8fb12da6f723eca8eee456158df19af5.zip
FreeBSD-ports-74dfbd5f8fb12da6f723eca8eee456158df19af5.tar.gz
Add blank lines between subs for consistency.
-rwxr-xr-xCVSROOT/log_accum.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/CVSROOT/log_accum.pl b/CVSROOT/log_accum.pl
index 5af5dcb..961c736 100755
--- a/CVSROOT/log_accum.pl
+++ b/CVSROOT/log_accum.pl
@@ -293,6 +293,7 @@ sub change_summary_changed {
}
}
+
#
# Summarise details of added files.
#
@@ -315,6 +316,7 @@ sub change_summary_added {
}
}
+
#
# Summarise details of removed files.
#
@@ -348,6 +350,7 @@ sub change_summary_removed {
}
}
+
sub build_header {
delete $ENV{'TZ'};
@@ -364,6 +367,7 @@ sub build_header {
return @text;
}
+
# !!! Mailing-list and commitlog history file mappings here !!!
# This needs pulling out as a configuration block somewhere so
# that others can easily change it.
@@ -381,6 +385,7 @@ sub get_log_name {
return 'other';
}
+
sub do_changes_file {
my @text = @_;
@@ -399,6 +404,7 @@ sub do_changes_file {
}
}
+
sub mail_notification {
my @text = @_;
@@ -483,6 +489,7 @@ sub mail_notification {
close MAIL;
}
+
# Return the length of the longest value in the list.
sub longest_value {
my @values = @_;
@@ -491,6 +498,7 @@ sub longest_value {
return $sorted[0];
}
+
sub format_summaries {
my @filenames = @_;
OpenPOWER on IntegriCloud