From 581ca06383b957e2927c24290debd3cf83355456 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 30 Aug 2023 11:33:38 -0600 Subject: [PATCH] Reindent --- org-project-capture.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org-project-capture.el b/org-project-capture.el index 7f2123d..46aba5e 100644 --- a/org-project-capture.el +++ b/org-project-capture.el @@ -189,14 +189,14 @@ compute this path." (cl-mapcar 'org-project-capture-get-project-todo-file))) (cl-defmethod occ-get-capture-file - ((s org-project-capture-per-project-strategy) category) + ((s org-project-capture-per-project-strategy) category) (let ((project-root (cdr (assoc category (org-project-capture-build-category-to-project-path s))))) (org-project-capture-get-project-todo-file project-root))) (cl-defmethod occ-get-capture-marker - ((strategy org-project-capture-per-project-strategy) context) + ((strategy org-project-capture-per-project-strategy) context) (with-slots (category) context (let* ((filepath (occ-get-capture-file strategy category)) (file-existed (file-exists-p filepath))) @@ -206,7 +206,7 @@ compute this path." (point-max-marker))))) (cl-defmethod occ-target-entry-p - ((_ org-project-capture-per-project-strategy) _context) + ((_ org-project-capture-per-project-strategy) _context) nil)