From 5e332dd6b4d6aadab29719a5f3abea4d0432c45b Mon Sep 17 00:00:00 2001 From: op Date: Thu, 30 Mar 2023 08:07:07 +0000 Subject: [PATCH] trailing whitespaces --- usr.bin/mg/main.c | 4 ++-- usr.bin/mg/ttykbd.c | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/usr.bin/mg/main.c b/usr.bin/mg/main.c index e98ecfc84af..8a0a9fa640a 100644 --- a/usr.bin/mg/main.c +++ b/usr.bin/mg/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.91 2023/03/08 04:43:11 guenther Exp $ */ +/* $OpenBSD: main.c,v 1.92 2023/03/30 08:07:07 op Exp $ */ /* This file is in the public domain. */ @@ -293,7 +293,7 @@ pty_init(void) memset(&ws, 0, sizeof(ws)); ws.ws_col = 80, ws.ws_row = 24; - + openpty(&master, &slave, NULL, NULL, &ws); login_tty(slave); diff --git a/usr.bin/mg/ttykbd.c b/usr.bin/mg/ttykbd.c index defb73690b2..c457c9a5036 100644 --- a/usr.bin/mg/ttykbd.c +++ b/usr.bin/mg/ttykbd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ttykbd.c,v 1.20 2021/02/23 08:10:51 lum Exp $ */ +/* $OpenBSD: ttykbd.c,v 1.21 2023/03/30 08:07:07 op Exp $ */ /* This file is in the public domain. */ @@ -77,4 +77,3 @@ ttykeymaptidy(void) /* turn off keypad */ putpad(keypad_local, 1); } - -- 2.20.1