cosmetic: fix trailing whitespace

Change-Id: I5c1a6d98079ad846d114584a17ba9d80d95e0595
This commit is contained in:
Pau Espin 2018-11-05 20:21:58 +01:00
parent 219ed20cb5
commit 9cdee8f66a
1 changed files with 3 additions and 4 deletions

View File

@ -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;
}
}