From 8deccf3a57b35806622fa62d5235e07a0e8d347b Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 8 Jun 2021 14:08:26 -0700 Subject: FILE:CONTAINS-LINES: add an INDENT declaration Signed-off-by: Sean Whitton --- src/property/file.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/property/file.lisp b/src/property/file.lisp index cde14d0..58a99e6 100644 --- a/src/property/file.lisp +++ b/src/property/file.lisp @@ -44,6 +44,7 @@ CONTENT can be a list of lines or a single string." (defprop contains-lines :posix (path &rest lines) "Ensure there is a file at PATH containing each of LINES once." + (declare (indent 1)) (:apply (let ((new-lines (copy-list (ensure-cons lines))) (existing-lines (and (remote-exists-p path) -- cgit v1.2.3