Browse Source

Fix whitespace problem

Carsten Dominik 14 năm trước cách đây
mục cha
commit
3b924ef2ad
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -12798,7 +12798,7 @@ ignore inherited ones."
 		      (or (org-up-heading-safe) (error nil))
 		      (setq parent t)))
 		(error nil)))))
-	(if local 
+	(if local
 	    tags
 	  (append (org-remove-uniherited-tags org-file-tags) tags))))))