From: mlarkin Date: Sat, 2 Apr 2022 22:43:01 +0000 (+0000) Subject: whitespace fix X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f307bd04858a11e904c3ddbed8f373de7a471dde;p=openbsd whitespace fix --- diff --git a/sys/kern/tty_nmea.c b/sys/kern/tty_nmea.c index 536268afc9e..161e3684d0f 100644 --- a/sys/kern/tty_nmea.c +++ b/sys/kern/tty_nmea.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tty_nmea.c,v 1.49 2019/08/15 15:08:14 otto Exp $ */ +/* $OpenBSD: tty_nmea.c,v 1.50 2022/04/02 22:43:01 mlarkin Exp $ */ /* * Copyright (c) 2006, 2007, 2008 Marc Balmer @@ -294,7 +294,7 @@ nmea_scan(struct nmea *np, struct tty *tp) strncmp(fld[0], "GN", 2) && strncmp(fld[0], "GP", 2)) return; - + /* we look for the RMC & GGA messages */ if (strncmp(fld[0] + 2, "RMC", 3) && strncmp(fld[0] + 2, "GGA", 3))