aboutsummaryrefslogtreecommitdiff
path: root/src/connection/chroot.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-22 09:38:57 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-22 09:38:57 -0700
commitf393eeebe8cf6a31ecc2160658bee3d2c895a98b (patch)
treeb6c85fc026ffafc58f3c1479efadebb8ba699934 /src/connection/chroot.lisp
parent2063385338300dfb11cd1a681ba0ca9e7b1aaf37 (diff)
downloadconsfigurator-f393eeebe8cf6a31ecc2160658bee3d2c895a98b.tar.gz
untabify
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection/chroot.lisp')
-rw-r--r--src/connection/chroot.lisp12
1 files changed, 6 insertions, 6 deletions
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))