From 6195f10ed2c7c8999b2fd8078a12c6c84cb5a592 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 3 Apr 2022 09:19:05 -0700 Subject: drop mistakenly-introduced blank line Signed-off-by: Sean Whitton --- src/property.lisp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/property.lisp') diff --git a/src/property.lisp b/src/property.lisp index 534426b..80c6618 100644 --- a/src/property.lisp +++ b/src/property.lisp @@ -68,7 +68,6 @@ (getf (cadr propapp) :orig-args) (cdr propapp))) - (defun combine-propapp-types (&rest lists) (if (member :lisp (mapcan (curry #'mapcar #'propapptype) lists)) :lisp :posix)) -- cgit v1.2.3