Explorar o código

org.el: remove one trailing whitespace.

Bastien Guerry %!s(int64=14) %!d(string=hai) anos
pai
achega
de27fab99a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -6977,7 +6977,7 @@ When NO-TAGS is non-nil, don't include tags.
 When NO-TODO is non-nil, don't include TODO keywords."
   (save-excursion
     (org-back-to-heading t)
-    (cond 
+    (cond
      ((and no-tags no-todo)
       (looking-at org-complex-heading-regexp)
       (match-string 4))