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:32:48 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2009-08-22 04:32:48 +0400
commitdc658e2fa6bf63e7d0811ed3105a222313279afa (patch)
tree037053f2cc37961e06ef8f8cb0b0f024ed656348 /scripts/git2cl.pl
parent7d69bc8f543de8b4fde249ad4592c19a5f5fae2b (diff)
Fix indenting in changelog script
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 b7ca3457c..b4d9363ec 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} = {};
}