diff options
author | David Krause <david@cvs.openbsd.org> | 2005-02-07 06:14:19 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2005-02-07 06:14:19 +0000 |
commit | d0eb51ecb6856d81d97f7207ed26a138ff5cfb25 (patch) | |
tree | 6e06984889b8eb01f658da5f51d63936d59ada30 /etc/MAKEDEV.mi | |
parent | 882563776f110738436f3826fa350ca347cac963 (diff) |
indentation whitespace nits (saves a few bytes even)
Diffstat (limited to 'etc/MAKEDEV.mi')
-rw-r--r-- | etc/MAKEDEV.mi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/MAKEDEV.mi b/etc/MAKEDEV.mi index 194861b376c..9a01da712f6 100644 --- a/etc/MAKEDEV.mi +++ b/etc/MAKEDEV.mi @@ -1,7 +1,7 @@ define(COMM,`#')dnl include(MAKEDEV.sub)dnl dnl -vers(a, {-$OpenBSD: MAKEDEV.mi,v 1.72 2004/02/16 18:58:53 miod Exp $-})dnl +vers(a, {-$OpenBSD: MAKEDEV.mi,v 1.73 2005/02/07 06:14:18 david Exp $-})dnl dnl divert(1)dnl {-#-} @@ -87,7 +87,7 @@ hex() alph2d() { - local t="$1" + local t="$1" local p="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" local sub=${p%${t}*} echo ${#sub} |