~foxtrotgps-team/foxtrotgps/trunk

« back to all changes in this revision

Viewing changes to src/converter.h

  • Committer: Paul Wise
  • Date: 2018-03-06 03:32:21 UTC
  • Revision ID: pabs3@bonedaddy.net-20180306033221-lzyia8y0cpw95j1b
Remove trailing whitespace

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
int
12
12
lon2pixel(      float zoom,
13
13
                float lon);
14
 
                
 
14
 
15
15
float
16
16
pixel2lon(      float zoom,
17
17
                int pixel_x);
18
 
                
 
18
 
19
19
float
20
20
pixel2lat(      float zoom,
21
21
                int pixel_y);