aboutsummaryrefslogtreecommitdiff
path: root/src/tools/git_changelog
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/git_changelog')
-rwxr-xr-xsrc/tools/git_changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/git_changelog b/src/tools/git_changelog
index 8221934c8c2..fd3efa19b70 100755
--- a/src/tools/git_changelog
+++ b/src/tools/git_changelog
@@ -44,7 +44,7 @@ my @BRANCHES = qw(master
REL6_5_PATCHES REL6_4);
# Might want to make this parameter user-settable.
-my $timestamp_slop = 24*60*60;
+my $timestamp_slop = 24 * 60 * 60;
my $details_after = 0;
my $post_date = 0;