about summary refs log tree commit diff
path: root/third_party/lisp/sclf/sclf.asd
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2022-01-19T13·39+0100
committersterni <sternenseemann@systemli.org>2022-01-26T17·43+0000
commit25cb0ad32ff197092262c74e944d254e901632bd (patch)
tree68b70050e7ea3fd7912849292be03d289864acd3 /third_party/lisp/sclf/sclf.asd
parent40014c70b3b3545d2304411cb91b176d1a3e22d2 (diff)
style(3p/lisp): expand tabs in npg, mime4cl and sclf r/3675
Done using

    find third_party/lisp/{sclf,mime4cl,npg} \
      -name '*.lisp' -or -name '*.asd' \
      -exec bash -c 'expand -i -t 8 "$0" | sponge "$0"' {} \;

Change-Id: If84afac9c1d5cbc74e137a5aa0ae61472f0f1e90
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5066
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'third_party/lisp/sclf/sclf.asd')
-rw-r--r--third_party/lisp/sclf/sclf.asd14
1 files changed, 7 insertions, 7 deletions
diff --git a/third_party/lisp/sclf/sclf.asd b/third_party/lisp/sclf/sclf.asd
index dfb56a8ded0e..a9754b756900 100644
--- a/third_party/lisp/sclf/sclf.asd
+++ b/third_party/lisp/sclf/sclf.asd
@@ -49,10 +49,10 @@ uses, too small to fit anywhere else."
      (:file "directory" :depends-on ("package" "sclf" "time"))
      (:file "serial" :depends-on ("package" "sclf"))
      (:module "mp"
-	      :depends-on ("package" "sclf")
-	      :components
-	      ((:doc-file "README")
-	       (:file #.(first
-			 (list #+cmu "cmu"
-			       #+sbcl "sbcl"
-			       "unknown")))))))
+              :depends-on ("package" "sclf")
+              :components
+              ((:doc-file "README")
+               (:file #.(first
+                         (list #+cmu "cmu"
+                               #+sbcl "sbcl"
+                               "unknown")))))))