From f393eeebe8cf6a31ecc2160658bee3d2c895a98b Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 22 Mar 2021 09:38:57 -0700 Subject: untabify Signed-off-by: Sean Whitton --- src/connection/chroot.lisp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/connection/chroot.lisp') diff --git a/src/connection/chroot.lisp b/src/connection/chroot.lisp index f8c49a3..df6b85b 100644 --- a/src/connection/chroot.lisp +++ b/src/connection/chroot.lisp @@ -35,9 +35,9 @@ for example, such that we don't see it." (defmethod establish-connection ((type (eql :chroot)) remaining &key into) (establish-connection (if (and (lisp-connection-p) - (can-chroot) - (can-probably-fork)) - :chroot.fork - :chroot.shell) - remaining - :into into)) + (can-chroot) + (can-probably-fork)) + :chroot.fork + :chroot.shell) + remaining + :into into)) -- cgit v1.2.3