r11859: Canonicalize whitespace
[clsql.git] / db-postgresql / postgresql-loader.lisp
index f98aec691bfedd26fe4a90c0654af57dc7f169d0..160ca2c69fede877a264b5b750dd635c87e6ae38 100644 (file)
@@ -28,11 +28,11 @@ set to the right path before compiling or loading the system.")
   "T if foreign library was able to be loaded successfully")
 
 (defmethod clsql-sys:database-type-library-loaded ((database-type
-                                                   (eql :postgresql)))
+                                                    (eql :postgresql)))
   *postgresql-library-loaded*)
-                                     
+
 (defmethod clsql-sys:database-type-load-foreign ((database-type
-                                                 (eql :postgresql)))
+                                                  (eql :postgresql)))
   (clsql-uffi:find-and-load-foreign-library "libpq"
                                             :module "postgresql"
                                             :supporting-libraries *postgresql-supporting-libraries*)