diff options
Diffstat (limited to 'src/tools/git_changelog')
-rwxr-xr-x | src/tools/git_changelog | 2 |
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; |