eschulte pushed a commit to branch go in repository elpa. commit 00cca1850edafedb5d4a8696fa58eaf20065757c Author: Eric Schulte <eric.schu...@gmx.com> Date: Tue May 22 17:41:04 2012 -0400
indentation --- sgf2el.el | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sgf2el.el b/sgf2el.el index be1c685..326ed0e 100644 --- a/sgf2el.el +++ b/sgf2el.el @@ -151,10 +151,10 @@ (defun char-to-pos (char) (cond - ((or (< char ?A) (< ?z char)) - (error "sgf: invalid char %s" char)) - ((< char ?a) (+ 26 (- char ?A))) - (t (- char ?a)))) + ((or (< char ?A) (< ?z char)) + (error "sgf: invalid char %s" char)) + ((< char ?a) (+ 26 (- char ?A))) + (t (- char ?a)))) (defun process-position (position-string) (cons (char-to-pos (aref position-string 0))