~rfc1149/adasockets

0885c9ef4fd30f5491da2008023beaf38837a612 — Samuel Tardieu 11 months ago a6a6db3
Remove trailing whitespaces in git2cl
1 files changed, 2 insertions(+), 2 deletions(-)

M support/git2cl
M support/git2cl => support/git2cl +2 -2
@@ 2,7 2,7 @@

# Copyright (C) 2007, 2008 Simon Josefsson <simon@josefsson.org>
# Copyright (C) 2007 Luis Mondesi <lemsx1@gmail.com>
# * calls git directly. To use it just: 
# * calls git directly. To use it just:
#   cd ~/Project/my_git_repo; git2cl > ChangeLog
# * implements strptime()
# * fixes bugs in $comment parsing


@@ 350,7 350,7 @@ while (my $_l = <$fh>) {
	$state = 1 if ($_l =~ m,^$, and $author and (@date+0>0));
    } elsif ($state == 1) {
        # * modifying our input text is a bad choice
        #   let's make a copy of it first, then we remove spaces 
        #   let's make a copy of it first, then we remove spaces
        # * if we meet a "merge branch" statement, we need to start
        #   over and find a real entry
        # Luis Mondesi <lemsx1@gmail.com>