branch: elpa/wgrep commit b5ed28d95964e09763b8ea469f843b655fe8fd94 Author: Masahiro Hayashi <mhayashi1...@gmail.com> Commit: Masahiro Hayashi <mhayashi1...@gmail.com>
apply editorconfig --- wgrep-test.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgrep-test.el b/wgrep-test.el index fee811b705..6d6f333a3e 100644 --- a/wgrep-test.el +++ b/wgrep-test.el @@ -5,7 +5,7 @@ (defun wgrep-test--wait (buf) (let ((proc (get-buffer-process buf))) - (while (eq (process-status proc) 'run) + (while (eq (process-status proc) 'run) (sit-for 0.1)) (sleep-for 0.2) (switch-to-buffer buf)))