Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-08-22 04:33:26 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2009-08-22 04:33:26 +0400
commitd2b467a469f9b95fc5ba175807741ff6f9e7343b (patch)
tree2adce84f1edf5156c82ce79212fa195f5e0bb976 /scripts/git2cl.pl
parentdc658e2fa6bf63e7d0811ed3105a222313279afa (diff)
Revert "Fix indenting in changelog script"
This reverts commit dc658e2fa6bf63e7d0811ed3105a222313279afa. Which was correct, but my terminal read it wrong.
Diffstat (limited to 'scripts/git2cl.pl')
-rw-r--r--scripts/git2cl.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/git2cl.pl b/scripts/git2cl.pl
index b4d9363ec..b7ca3457c 100644
--- a/scripts/git2cl.pl
+++ b/scripts/git2cl.pl
@@ -38,7 +38,7 @@ while(<LOG>) {
next if ($subject =~ /^TEST/);
next if ($subject eq $lsub);
$lsub = $subject;
- my $entry = wrap(" $hash ", " ", $subject);
+ my $entry = wrap(" $hash ", " ", $subject);
if (! exists($dates{$date})) {
$dates{$date} = {};
}