[Git][cmucl/cmucl][master] Indent nicely.
Raymond Toy
rtoy at common-lisp.net
Mon Jan 18 04:57:50 UTC 2016
Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
909ad007 by Raymond Toy at 2016-01-17T20:57:41Z
Indent nicely.
- - - - -
1 changed file:
- src/code/bignum.lisp
Changes:
=====================================
src/code/bignum.lisp
=====================================
--- 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)))))
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/909ad0074d079350b658f0f6635407cc9f62f9bb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20160118/d9556d0e/attachment.html>
More information about the cmucl-cvs
mailing list