summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_scanf.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-02 09:09:25 +0000
committerphk <phk@FreeBSD.org>2002-10-02 09:09:25 +0000
commit76d8452fbf18bce17a23e44b82b63c40eae1a607 (patch)
treec214d8704bb52b09008782c20f588c51ad68e54b /sys/kern/subr_scanf.c
parenteb28a1f9053e6980a29301c525759024b6385e31 (diff)
downloadFreeBSD-src-76d8452fbf18bce17a23e44b82b63c40eae1a607.zip
FreeBSD-src-76d8452fbf18bce17a23e44b82b63c40eae1a607.tar.gz
Fix mis-indentation.
Spotted by: FlexeLint
Diffstat (limited to 'sys/kern/subr_scanf.c')
-rw-r--r--sys/kern/subr_scanf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_scanf.c b/sys/kern/subr_scanf.c
index 13f02b8..f204f19 100644
--- a/sys/kern/subr_scanf.c
+++ b/sys/kern/subr_scanf.c
@@ -291,7 +291,7 @@ literal:
inp += n;
if (sum == 0)
goto input_failure;
- break;
+ break;
} else {
sum += width;
inr -= width;
OpenPOWER on IntegriCloud