summaryrefslogtreecommitdiff
path: root/usr.bin/mg/echo.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-11-11 18:40:52 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-11-11 18:40:52 +0000
commitbec4a2de49b78f5c5be53ea1f1b0cdce3865038c (patch)
treeb2d6d12310f5f92b7e0023006a9903651e47a236 /usr.bin/mg/echo.c
parentc1749f7ff4b250d02c61a4ffd9d96d0e79189af3 (diff)
spacing
Diffstat (limited to 'usr.bin/mg/echo.c')
-rw-r--r--usr.bin/mg/echo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/echo.c b/usr.bin/mg/echo.c
index cbf0f7c1320..f78d4eff663 100644
--- a/usr.bin/mg/echo.c
+++ b/usr.bin/mg/echo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: echo.c,v 1.38 2005/11/11 18:40:01 kjell Exp $ */
+/* $OpenBSD: echo.c,v 1.39 2005/11/11 18:40:51 deraadt Exp $ */
/* This file is in the public domain. */
@@ -229,7 +229,7 @@ veread(const char *fp, char *buf, size_t nbuf, int flag, va_list ap)
continue;
}
}
- switch (c) {
+ switch (c) {
case CCHR('A'): /* start of line */
while (cpos > 0) {
if (ISCTRL(buf[--cpos]) != FALSE) {