...
original commit: 6d4754e937311486aef7431b54bb6df74368493e
This commit is contained in:
parent
716c62ae54
commit
8e29b77aaf
|
@ -396,10 +396,7 @@
|
|||
(unless (= amt (car curr-offset))
|
||||
(delete pos-start (cdr curr-offset))
|
||||
(insert
|
||||
(string-append
|
||||
(make-string (quotient amt tab-size) #\tab)
|
||||
(make-string (remainder amt tab-size)
|
||||
#\space))
|
||||
(make-string amt #\space)
|
||||
pos-start))))]
|
||||
[id-walker
|
||||
(lambda (string)
|
||||
|
|
Loading…
Reference in New Issue
Block a user