Pau Espin Pedrol has uploaded this change for review. (
https://gerrit.osmocom.org/11608
Change subject: cosmetic: fix trailing whitespace
......................................................................
cosmetic: fix trailing whitespace
Change-Id: I5c1a6d98079ad846d114584a17ba9d80d95e0595
---
M src/host/layer23/src/common/gps.c
1 file changed, 3 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/08/11608/1
diff --git a/src/host/layer23/src/common/gps.c
b/src/host/layer23/src/common/gps.c
index e9aaa97..3ec7377 100644
--- a/src/host/layer23/src/common/gps.c
+++ b/src/host/layer23/src/common/gps.c
@@ -234,7 +234,7 @@
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 @@
case 38400:
baud = B38400; break;
case 57600:
- baud = B57600; break;
- case 115200:
+ baud = B57600; break;
+ case 115200:
baud = B115200; break;
}
@@ -399,4 +399,3 @@
return;
}
}
-
--
To view, visit https://gerrit.osmocom.org/11608
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5c1a6d98079ad846d114584a17ba9d80d95e0595
Gerrit-Change-Number: 11608
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>