소스 검색

Minor indentation fix

Carsten Dominik 16 년 전
부모
커밋
b6152ed5b0
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      lisp/org-list.el

+ 2 - 1
lisp/org-list.el

@@ -1057,7 +1057,8 @@ INDENT is the indentation of the list."
 		 (looking-at (concat "^" indent "[ \t]+\\|^$")))
 	(if (eq (point) (point-max))
 	    (throw 'exit (point-max)))
-	(forward-line 1))) (point)))
+	(forward-line 1)))
+    (point)))
 
 (defun org-list-insert-radio-list ()
   "Insert a radio list template appropriate for this major mode."