From 14d38e3b8ac5d38c86a7dd2ae9ab1c829ed8ce4e Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Fri, 15 Oct 2021 08:31:32 -0500 Subject: [PATCH] Fix some indentation --- src/clj/coffi/ffi.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/clj/coffi/ffi.clj b/src/clj/coffi/ffi.clj index b742575..ee85bb2 100644 --- a/src/clj/coffi/ffi.clj +++ b/src/clj/coffi/ffi.clj @@ -538,8 +538,7 @@ (method-type arg-types ret-type) (function-descriptor arg-types ret-type)) (downcall-fn arg-types ret-type) - (cond-> - (not raw-fn?) (make-serde-wrapper arg-types ret-type))) + (cond-> (not raw-fn?) (make-serde-wrapper arg-types ret-type))) assoc ::address addr))) ;;; Static memory access