소스 검색

Fix whitespace problem

Carsten Dominik 14 년 전
부모
커밋
3b924ef2ad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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))))))