Browse Source

Fix whitespace problem

Carsten Dominik 14 years ago
parent
commit
3b924ef2ad
1 changed files with 1 additions and 1 deletions
  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))
 		      (or (org-up-heading-safe) (error nil))
 		      (setq parent t)))
 		      (setq parent t)))
 		(error nil)))))
 		(error nil)))))
-	(if local 
+	(if local
 	    tags
 	    tags
 	  (append (org-remove-uniherited-tags org-file-tags) tags))))))
 	  (append (org-remove-uniherited-tags org-file-tags) tags))))))