[Git][cmucl/cmucl][master] Indent nicely.
18 Jan
2016
18 Jan
'16
4:57 a.m.
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/909ad0074d079350b658f0f663...
3306
Age (days ago)
3306
Last active (days ago)
0 comments
1 participants
participants (1)
-
Raymond Toy