gnu: htop: Fix indentation.

* gnu/packages/admin.scm (htop): Reindent.
This commit is contained in:
Marius Bakke 2019-02-15 14:40:03 +01:00
parent 61506fe551
commit 611ee0c928
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 19 additions and 19 deletions

View File

@ -298,7 +298,7 @@ graphs and can export its output to different formats.")
(inputs
`(("ncurses" ,ncurses)))
(native-inputs
`(("python" ,python-wrapper))) ; for scripts/MakeHeader.py
`(("python" ,python-wrapper))) ;for scripts/MakeHeader.py
(home-page "https://hisham.hm/htop/")
(synopsis "Interactive process viewer")
(description