Skip to content

Commit 0cffe55

Browse files
committed
Whitespace cleanup.
1 parent c1497f8 commit 0cffe55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist-cache.lisp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ if needed."
270270

271271
(defun ffi-library-dependency-p (dependency)
272272
(string-equal "FFI:" dependency
273-
:end2 (min (length dependency)
274-
(length "FFI:"))))
273+
:end2 (min (length dependency)
274+
(length "FFI:"))))
275275

276276
(defun remove-ffi-deps (winners)
277277
(loop for (file-name system-name . deps) in winners

0 commit comments

Comments
 (0)