style: Fix indentation and style in (radix system monitoring)
parent
b7eef0302e
commit
bd9ca8936e
|
@ -57,8 +57,8 @@
|
|||
(define (ram-total)
|
||||
(call-with-input-file "/proc/meminfo"
|
||||
(lambda (port)
|
||||
(read port)
|
||||
(* (read port)))))
|
||||
(let ((_ (read port)))
|
||||
(read port)))))
|
||||
|
||||
(define (current-ram-usage)
|
||||
(apply - (map (cut assoc-ref (current-memory-info) <>)
|
||||
|
|
Loading…
Reference in New Issue