Skip to content

Commit 244de72

Browse files
committed
[commit-patch] Whitespace.
1 parent 82d1c46 commit 244de72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commit-patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ if ($commit_partial) {
158158
while (<PATCH>) {
159159
next if /^\#/;
160160
goto finished if /^==END_COMMENT==$/;
161-
$message .= $_;
161+
$message .= $_;
162162
}
163163
die "Couldn't find comment terminator (==END_COMMENT==)\n";
164164
finished:

0 commit comments

Comments
 (0)