White space and coding style adjustments for gps.c

It's just nicer this way.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-01-20 20:28:37 -08:00
parent 97ce7a3763
commit 9e13655854

2
gps.c
View file

@ -47,7 +47,7 @@ static void add_gps_point(OsmGpsMap *map, float latitude, float longitude)
}
OsmGpsMap *init_map()
OsmGpsMap *init_map(void)
{
OsmGpsMap *map;
OsmGpsMapLayer *osd;