summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty.c
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2018-09-06 11:50:53 +0000
committerjsg <jsg@openbsd.org>2018-09-06 11:50:53 +0000
commitc7617a357ac4aa3b319e70526e3f3c1c7a8fe30f (patch)
treeaf3de981d8fdd2678917eccdfa70ade7d00bc31e /sys/kern/tty.c
parentImplement 64-bit DMA support in sdhc(4). (diff)
downloadwireguard-openbsd-c7617a357ac4aa3b319e70526e3f3c1c7a8fe30f.tar.xz
wireguard-openbsd-c7617a357ac4aa3b319e70526e3f3c1c7a8fe30f.zip
fix whitespace
Diffstat (limited to 'sys/kern/tty.c')
-rw-r--r--sys/kern/tty.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/tty.c b/sys/kern/tty.c
index 64937306f00..c57e8ca9a4f 100644
--- a/sys/kern/tty.c
+++ b/sys/kern/tty.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tty.c,v 1.142 2018/08/05 14:23:57 beck Exp $ */
+/* $OpenBSD: tty.c,v 1.143 2018/09/06 11:50:54 jsg Exp $ */
/* $NetBSD: tty.c,v 1.68.4.2 1996/06/06 16:04:52 thorpej Exp $ */
/*-
@@ -1610,10 +1610,10 @@ read:
/*
* Give user character.
*/
- error = ureadc(c, uio);
+ error = ureadc(c, uio);
if (error)
break;
- if (uio->uio_resid == 0)
+ if (uio->uio_resid == 0)
break;
/*
* In canonical mode check for a "break character"