trailing whitespaces
authorop <op@openbsd.org>
Thu, 30 Mar 2023 08:07:07 +0000 (08:07 +0000)
committerop <op@openbsd.org>
Thu, 30 Mar 2023 08:07:07 +0000 (08:07 +0000)
usr.bin/mg/main.c
usr.bin/mg/ttykbd.c

index e98ecfc..8a0a9fa 100644 (file)
@@ -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);
 
index defb736..c457c9a 100644 (file)
@@ -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);
 }
-