summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-12-12 14:41:42 -0500
committerKyle Meyer <kyle@kyleam.com>2020-12-12 14:41:42 -0500
commit5dc375434ccc5f4b793148c686cc194b40622275 (patch)
treeddba9ecefa66e6b5cc3e6b71d978899c9e3316bd
parent61f37f2e1afc78ce4078dcfe1293205ad2827430 (diff)
downloadorg-mode-5dc375434ccc5f4b793148c686cc194b40622275.tar.gz
Clean up spacing to pass Emacs's pre-commit check
* lisp/org-agenda.el (org-agenda-todo): Avoid space before tab in indent. This is in preparation for syncing with the Emacs repo.
-rw-r--r--lisp/org-agenda.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index a482b3d..83f30bf 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -9342,7 +9342,7 @@ the same tree node, and the headline of the tree node in the Org file."
(save-window-excursion
(org-agenda-change-all-lines newhead hdmarker 'fixface just-one))
(when (bound-and-true-p org-clock-out-when-done)
- (string-match (concat "^" (regexp-opt org-done-keywords-for-agenda))
+ (string-match (concat "^" (regexp-opt org-done-keywords-for-agenda))
newhead)
(org-agenda-unmark-clocking-task))
(org-move-to-column col)