mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 06:30:26 +00:00
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:
parent
97ce7a3763
commit
9e13655854
1 changed files with 19 additions and 19 deletions
2
gps.c
2
gps.c
|
@ -47,7 +47,7 @@ static void add_gps_point(OsmGpsMap *map, float latitude, float longitude)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
OsmGpsMap *init_map()
|
OsmGpsMap *init_map(void)
|
||||||
{
|
{
|
||||||
OsmGpsMap *map;
|
OsmGpsMap *map;
|
||||||
OsmGpsMapLayer *osd;
|
OsmGpsMapLayer *osd;
|
||||||
|
|
Loading…
Reference in a new issue