Desultory review code indentation.

This commit is contained in:
Dimitri Fontaine 2016-01-12 14:52:44 +01:00
parent ee69b8d4ce
commit 133028f58d

View File

@ -20,7 +20,8 @@
(cl-postgres::with-syncing
(cl-postgres::write-uint1 cl-postgres::socket 100)
(cl-postgres::write-uint4 cl-postgres::socket (+ 4 (length data)))
(loop :for byte :across data :do (write-byte byte cl-postgres::socket))))))
(loop :for byte :across data
:do (write-byte byte cl-postgres::socket))))))
(incf (cl-postgres::copier-count copier)))
(defun copy-batch (table columns batch batch-rows