diff options
author | rdivacky <rdivacky@FreeBSD.org> | 2014-11-25 18:53:17 +0000 |
---|---|---|
committer | rdivacky <rdivacky@FreeBSD.org> | 2014-11-25 18:53:17 +0000 |
commit | df9fb4f0b5c16fe53126838d377ca52e644b4f38 (patch) | |
tree | 2390880ff1cda1ede1f27c084f7ef0e374282567 | |
parent | e206a51e9e281c23bf431f6771b382b03e355070 (diff) | |
download | FreeBSD-src-df9fb4f0b5c16fe53126838d377ca52e644b4f38.zip FreeBSD-src-df9fb4f0b5c16fe53126838d377ca52e644b4f38.tar.gz |
Fix style(9).
Suggested by: jkim
-rw-r--r-- | sys/boot/i386/boot2/boot2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/boot2/boot2.c b/sys/boot/i386/boot2/boot2.c index 0383ea3..d929db9 100644 --- a/sys/boot/i386/boot2/boot2.c +++ b/sys/boot/i386/boot2/boot2.c @@ -394,9 +394,9 @@ parse() char *ep, *p, *q; const char *cp; unsigned int drv; - uint8_t i; int c, j; size_t k; + uint8_t i; while ((c = *arg++)) { if (c == ' ' || c == '\t' || c == '\n') |