diff options
author | Roy Marples <roy@marples.name> | 2007-11-28 15:45:03 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-28 15:45:03 +0000 |
commit | ac9279cc0d5a00bc17908b2914941186020cd3ce (patch) | |
tree | 850a4fe19917113e75bfd2e79d00b58208468503 /init.d.Linux/numlock | |
parent | 444f23e2d158389b22d40537fc9b027d9f575229 (diff) |
Massive whitespace cleanup
Diffstat (limited to 'init.d.Linux/numlock')
-rwxr-xr-x | init.d.Linux/numlock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.Linux/numlock b/init.d.Linux/numlock index 5b2bca99..672839b1 100755 --- a/init.d.Linux/numlock +++ b/init.d.Linux/numlock @@ -38,7 +38,7 @@ _setleds() { local dev=/dev/tty t= i=1 retval=0 [ -d /dev/vc ] && dev=/dev/vc/ - while [ ${i} -le ${ttyn} ] ; do + while [ ${i} -le ${ttyn} ]; do setleds -D "$1"num < ${dev}${i} || retval=1 i=$((${i} + 1)) done |