mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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;
|
||||
OsmGpsMapLayer *osd;
|
||||
|
|
Loading…
Add table
Reference in a new issue