Index | Thread | Search

From:
jon@elytron.openbsd.amsterdam
Subject:
tiny style correction in wsmux
To:
tech@openbsd.org
Date:
Tue, 9 Jan 2024 02:13:32 +0000

Download raw body.

Thread
  • jon@elytron.openbsd.amsterdam:

    tiny style correction in wsmux

Hello everyone, just though I should share a very tiny indentation
issue in wsmux, tabs vs spaces

RCS file: /cvs/src/sys/dev/wscons/wsmux.c,v
retrieving revision 1.56
diff -u -p -r1.56 wsmux.c
--- wsmux.c     2 Jul 2022 08:50:42 -0000       1.56
+++ wsmux.c     9 Jan 2024 02:11:52 -0000
@@ -216,7 +214,7 @@ wsmuxopen(dev_t dev, int flags, int mode

        error = wsmux_do_open(sc, evar);
        if (error)
-                wsevent_fini(evar);
+               wsevent_fini(evar);
        return (error);
 }