shithub: sl

Download patch

ref: b0300f7bdec6a4c6795496b99db3248aca6d5022
parent: bca20e2c9f16df143d580a6e03634d926b582aa4
author: spew <spew@cbza.org>
date: Tue Mar 18 14:48:36 EDT 2025

lsd: fix indentation

--- a/src/plan9/lsd.lsp
+++ b/src/plan9/lsd.lsp
@@ -33,7 +33,7 @@
 (def (readnote)
   (trycatch
     (let* ((notef (procfile 'note :read))
-      	   (note (io-readall notef)))
+           (note (io-readall notef)))
       (io-close notef)
       note)
     (λ (e) (if (and (eq? (car e) 'io-error)