]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
sulogin: fix whitespace error
authorKarel Zak <kzak@redhat.com>
Tue, 18 May 2021 10:58:45 +0000 (12:58 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 24 May 2021 11:39:53 +0000 (13:39 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
login-utils/sulogin.c

index 8b4e2d108024f9132f7a653668744986d1885f5a..946c48cb53a337ef7a3857e73acfac712145b8ee 100644 (file)
@@ -132,7 +132,7 @@ static void tcinit(struct console *con)
 
 #if defined(TIOCGSERIAL)
        if (ioctl(fd, TIOCGSERIAL,  &serinfo) >= 0)
-               con->flags |= CON_SERIAL;
+               con->flags |= CON_SERIAL;
        errno = 0;
 #else
 # if defined(KDGKBMODE)