emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 73/255: indentation


From: Eric Schulte
Subject: [elpa] 73/255: indentation
Date: Sun, 16 Mar 2014 01:02:22 +0000

eschulte pushed a commit to branch go
in repository elpa.

commit 00cca1850edafedb5d4a8696fa58eaf20065757c
Author: Eric Schulte <address@hidden>
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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]