From 909ad0074d079350b658f0f6635407cc9f62f9bb Mon Sep 17 00:00:00 2001
From: Raymond Toy <toy.raymond@gmail.com>
Date: Sun, 17 Jan 2016 20:57:41 -0800
Subject: [PATCH] Indent nicely.

---
 src/code/bignum.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/code/bignum.lisp b/src/code/bignum.lisp
index ae4c86afc..94df80638 100644
--- a/src/code/bignum.lisp
+++ b/src/code/bignum.lisp
@@ -3721,5 +3721,5 @@ friends is working.
   (%shrd x carry-in shift)
   #-x86
   (ldb (byte vm:word-bits 0)
-		(logior (ash x (- shift))
-			(ash carry-in (- vm:word-bits shift)))))
+       (logior (ash x (- shift))
+	       (ash carry-in (- vm:word-bits shift)))))
-- 
GitLab