From dd4a7433d24ab91c714e5407513aa9484ddfb176 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 19 Feb 2018 10:21:42 +0100 Subject: [PATCH] [Timeline] Minor formatting --- site-lisp/timeline-tools.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-lisp/timeline-tools.el b/site-lisp/timeline-tools.el index c3931ed..9606580 100644 --- a/site-lisp/timeline-tools.el +++ b/site-lisp/timeline-tools.el @@ -404,7 +404,7 @@ of TARGET-ID accordingly." ;; this is rather inefficient, but we will fix this only when we need it. (dolist (clock-line (timeline-tools-clocklines-of-task source-marker)) (timeline-tools-add-clockline-to-marker target-marker - (car clock-line) (cdr clock-line))))) + (car clock-line) (cdr clock-line))))) ;; XXX: This needs some autoloadable frontend