From 9cdee8f66afce47a8f9c0500b1be90cc247dc697 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 5 Nov 2018 20:21:58 +0100 Subject: cosmetic: fix trailing whitespace Change-Id: I5c1a6d98079ad846d114584a17ba9d80d95e0595 --- src/host/layer23/src/common/gps.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/host/layer23/src/common/gps.c b/src/host/layer23/src/common/gps.c index e9aaa97c..3ec7377c 100644 --- a/src/host/layer23/src/common/gps.c +++ b/src/host/layer23/src/common/gps.c @@ -234,7 +234,7 @@ static int osmo_serialgps_line(char *line) if (line[23] == 'W') longitude = 360.0 - longitude; g.longitude = longitude; - + LOGP(DGPS, LOGL_DEBUG, "%s\n", line); LOGP(DGPS, LOGL_INFO, " time=%02d:%02d:%02d %04d-%02d-%02d, " "diff-to-host=%d, latitude=%do%.4f, longitude=%do%.4f\n", @@ -324,8 +324,8 @@ int osmo_serialgps_open(void) case 38400: baud = B38400; break; case 57600: - baud = B57600; break; - case 115200: + baud = B57600; break; + case 115200: baud = B115200; break; } @@ -399,4 +399,3 @@ void osmo_gps_close(void) return; } } - -- cgit v1.2.3