Skip to content

Commit e6ba378

Browse files
committed
[commit-patch-buffer.el] Cleanup trailing whitespace.
1 parent 4659f11 commit e6ba378

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

commit-patch-buffer.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ one."
4343
(let* ((patch-files (with-temp-buffer
4444
(let ((lsdiff (current-buffer)))
4545
(when (eq 0 (with-current-buffer buffer
46-
(call-process-region (point-min) (point-max)
46+
(call-process-region (point-min) (point-max)
4747
"lsdiff" nil lsdiff nil)))
48-
(split-string (buffer-string))))))
48+
(split-string (buffer-string))))))
4949
(f patch-files) visiting-buffers)
5050
(while (car f)
5151
(let ((buf (find-buffer-visiting (car f))))
@@ -64,7 +64,7 @@ one."
6464
(write-region (point-min) (point-max) patch))
6565
(with-current-buffer output-buffer
6666
(erase-buffer)
67-
(let* ((default-directory ,directory)
67+
(let* ((default-directory ,directory)
6868
(status (apply 'process-file commit-patch-program patch
6969
output-buffer nil
7070
(append `("-m" ,comment)

0 commit comments

Comments
 (0)