Revert all whitespace fixes for OSX

This commit is contained in:
Dylan 2016-03-27 12:15:40 +11:00
parent 16f47e2f4e
commit aa86f8ada2
1 changed files with 1 additions and 1 deletions

View File

@ -839,7 +839,7 @@ getcpu () {
"Mac OS X") "Mac OS X")
cpu="$(sysctl -n machdep.cpu.brand_string)" cpu="$(sysctl -n machdep.cpu.brand_string)"
cpu=${cpu// } cpu=${cpu/ }
cores=$(sysctl -n hw.ncpu) cores=$(sysctl -n hw.ncpu)
;; ;;