r11859: Canonicalize whitespace
[clsql.git] / db-mysql / mysql-client-info.lisp
index 4124e0be0ba64e56ad93c0ef146dd70890b96304..0721194e41243ee15fab38eef505a353b1a8a2dd 100644 (file)
 
 
   (when (and (stringp *mysql-client-info*)
-            (plusp (length *mysql-client-info*)))
+             (plusp (length *mysql-client-info*)))
     (cond
       ((eql (schar *mysql-client-info* 0) #\3)
        (pushnew :mysql-client-v3 cl:*features*))
       ((eql (schar *mysql-client-info* 0) #\4)
        (pushnew :mysql-client-v4 cl:*features*)
        (when (and (>= (length *mysql-client-info*) 3)
-                 (string-equal "4.1" *mysql-client-info* :end2 3))
-        (pushnew :mysql-client-v4.1 cl:*features*)))
+                  (string-equal "4.1" *mysql-client-info* :end2 3))
+         (pushnew :mysql-client-v4.1 cl:*features*)))
       ((eql (schar *mysql-client-info* 0) #\5)
        (pushnew :mysql-client-v5 cl:*features*))
       (t